Interface IVerifySesEmailAddressProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IVerifySesEmailAddressProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-06-01T13:31:33.734Z") @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.
-
-
-
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
-
builder
@Stability(Stable) static IVerifySesEmailAddressProps.Builder builder()
-
-