Class 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 class  VerifySesDomain.Builder
      A fluent builder for VerifySesDomain.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      software.amazon.awscdk.services.sns.ITopic getNotificationTopic()
      The SNS topic where bounces, complaints or delivery notifications can be sent to.
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • 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.
    • Method Detail

      • getNotificationTopic

        @Stability(Stable)
        @NotNull
        public software.amazon.awscdk.services.sns.ITopic getNotificationTopic()
        The SNS topic where bounces, complaints or delivery notifications can be sent to.