VerifySesDomain.Builder |
VerifySesDomain.Builder.addDkimRecords(Boolean addDkimRecords) |
Whether to automatically add DKIM records to the hosted zone of your domain.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.addMxRecord(Boolean addMxRecord) |
Whether to automatically add a MX record to the hosted zone of your domain.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.addTxtRecord(Boolean addTxtRecord) |
Whether to automatically add a TXT record to the hosed zone of your domain.
|
static VerifySesDomain.Builder |
VerifySesDomain.Builder.create(software.constructs.Construct parent,
String name) |
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.domainName(String domainName) |
A domain name to be used for the SES domain identity, e.g.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.hostedZoneId(String hostedZoneId) |
Optional: A hosted zone id to be used for retrieving the Route53 hosted zone for adding new records.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.hostedZoneName(String hostedZoneName) |
A hosted zone name to be used for retrieving the Route53 hosted zone for adding new record, e.g.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.notificationTopic(software.amazon.awscdk.services.sns.ITopic notificationTopic) |
An SNS topic where bounces, complaints or delivery notifications can be sent to.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.notificationTypes(List<String> notificationTypes) |
Select for which notification types you want to configure a topic.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.removalPolicy(software.amazon.awscdk.RemovalPolicy removalPolicy) |
Whether to DESTROY or RETAIN the domain on removal.
|