@Internal public static interface IVerifySesDomainProps.Jsii$Default extends IVerifySesDomainProps
IVerifySesDomainProps.IVerifySesDomainProps.Jsii$Default, IVerifySesDomainProps.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default Boolean |
getAddDkimRecords()
Whether to automatically add DKIM records to the hosted zone of your domain.
|
default Boolean |
getAddMxRecord()
Whether to automatically add a MX record to the hosted zone of your domain.
|
default Boolean |
getAddTxtRecord()
Whether to automatically add a TXT record to the hosed zone of your domain.
|
default String |
getDomainName()
A domain name to be used for the SES domain identity, e.g.
|
default software.amazon.awscdk.services.sns.Topic |
getNotificationTopic()
An SNS topic where bounces, complaints or delivery notifications can be sent to.
|
default List<String> |
getNotificationTypes()
Select for which notification types you want to configure a topic.
|
@Stability(value=Stable) @NotNull default String getDomainName()
getDomainName in interface IVerifySesDomainProps@Stability(value=Stable) @Nullable default Boolean getAddDkimRecords()
This only works if your domain is managed by Route53. Otherwise disable it.
Default: true
getAddDkimRecords in interface IVerifySesDomainProps@Stability(value=Stable) @Nullable default Boolean getAddMxRecord()
This only works if your domain is managed by Route53. Otherwise disable it.
Default: true
getAddMxRecord in interface IVerifySesDomainProps@Stability(value=Stable) @Nullable default Boolean getAddTxtRecord()
This only works if your domain is managed by Route53. Otherwise disable it.
Default: true
getAddTxtRecord in interface IVerifySesDomainProps@Stability(value=Stable) @Nullable default software.amazon.awscdk.services.sns.Topic getNotificationTopic()
If none is provided, a new topic will be created and used for all different notification types.
Default: new topic will be created
getNotificationTopic in interface IVerifySesDomainProps@Stability(value=Stable) @Nullable default List<String> getNotificationTypes()
Default: [Bounce, Complaint]
getNotificationTypes in interface IVerifySesDomainPropsCopyright © 2021. All rights reserved.