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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIVerifySesEmailAddressProps.BuilderA builder forIVerifySesEmailAddressPropsstatic classIVerifySesEmailAddressProps.Jsii$ProxyAn implementation forIVerifySesEmailAddressProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IVerifySesEmailAddressProps.Builderbuilder()StringgetEmailAddress()The email address to be verified, e.g.default StringgetRegion()An optional AWS region to validate the email address.default software.amazon.awscdk.RemovalPolicygetRemovalPolicy()Whether to DESTROY or RETAIN the email address on removal.
-
-
-
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
-
builder
@Stability(Stable) static IVerifySesEmailAddressProps.Builder builder()
-
-