Interface IVerifySesEmailAddressProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IVerifySesEmailAddressProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)",
               date="2022-11-11T08:59:10.881Z")
    @Stability(Stable)
    public interface IVerifySesEmailAddressProps
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEmailAddress

        @Stability(Stable)
        @NotNull
        String getEmailAddress()
        The email address to be verified, e.g. 'hello@example.org'.
      • getRegion

        @Stability(Stable)
        @Nullable
        default String getRegion()
        An optional AWS region to validate the email address.

        Default: The custom resource will be created in the stack region

      • getRemovalPolicy

        @Stability(Stable)
        @Nullable
        default software.amazon.awscdk.RemovalPolicy getRemovalPolicy()
        Whether to DESTROY or RETAIN the email address on removal.

        Default: DESTROY