Class VerifySesDomain
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- de.sebastianhesse.cdk.ses.verify.constructs.VerifySesDomain
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-11T08:59:10.882Z") @Stability(Stable) public class VerifySesDomain extends software.constructs.Construct
A construct to verify a SES domain identity.It initiates a domain verification and can automatically create appropriate records in Route53 to verify the domain. Also, it's possible to attach a notification topic for bounces, complaints or delivery notifications.
Example:
new VerifySesDomain(this, 'SesDomainVerification', { domainName: 'example.org' });
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerifySesDomain.BuilderA fluent builder forVerifySesDomain.
-
Constructor Summary
Constructors Modifier Constructor Description protectedVerifySesDomain(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedVerifySesDomain(software.amazon.jsii.JsiiObjectRef objRef)VerifySesDomain(software.constructs.Construct parent, String name, IVerifySesDomainProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awscdk.services.sns.ITopicgetNotificationTopic()The SNS topic where bounces, complaints or delivery notifications can be sent to.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
VerifySesDomain
protected VerifySesDomain(software.amazon.jsii.JsiiObjectRef objRef)
-
VerifySesDomain
protected VerifySesDomain(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
VerifySesDomain
@Stability(Stable) public VerifySesDomain(@NotNull software.constructs.Construct parent, @NotNull String name, @NotNull IVerifySesDomainProps props)- Parameters:
parent- This parameter is required.name- This parameter is required.props- This parameter is required.
-
-