@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-03T10:44:09.985Z") @Stability(value=Stable) public interface IVerifySesDomainProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVerifySesDomainProps.Jsii$Default
Internal default implementation for
IVerifySesDomainProps. |
static class |
IVerifySesDomainProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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.
|
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 String getDomainName()
@Stability(value=Stable) @Nullable default Boolean getAddDkimRecords()
This only works if your domain is managed by Route53. Otherwise disable it.
Default: true
@Stability(value=Stable) @Nullable default Boolean getAddMxRecord()
This only works if your domain is managed by Route53. Otherwise disable it.
Default: true
@Stability(value=Stable) @Nullable default Boolean getAddTxtRecord()
This only works if your domain is managed by Route53. Otherwise disable it.
Default: true
@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
Copyright © 2021. All rights reserved.