| Modifier and Type | Method and Description |
|---|---|
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.amazon.awscdk.core.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.hostedZoneName(String hostedZoneName)
A hostedZone name to be matched with Route 53 record.
|
VerifySesDomain.Builder |
VerifySesDomain.Builder.notificationTopic(software.amazon.awscdk.services.sns.Topic 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.
|
Copyright © 2021. All rights reserved.