Class VerifySesEmailAddress

  • 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.888Z")
    @Stability(Stable)
    public class VerifySesEmailAddress
    extends software.constructs.Construct
    A construct to verify an SES email address identity.

    It initiates a verification so that SES sends a verification email to the desired email address. This means the owner of the email address still needs to act by clicking the link in the verification email.

    Example:

     .org'
     });
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  VerifySesEmailAddress.Builder
      A fluent builder for VerifySesEmailAddress.
      • 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

      • 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

      • VerifySesEmailAddress

        protected VerifySesEmailAddress​(software.amazon.jsii.JsiiObjectRef objRef)
      • VerifySesEmailAddress

        protected VerifySesEmailAddress​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • VerifySesEmailAddress

        @Stability(Stable)
        public VerifySesEmailAddress​(@NotNull
                                     software.constructs.Construct parent,
                                     @NotNull
                                     String name,
                                     @NotNull
                                     IVerifySesEmailAddressProps props)
        Parameters:
        parent - This parameter is required.
        name - This parameter is required.
        props - This parameter is required.