@Generated(value="jsii-pacmak/1.45.0 (build 61747b6)", date="2021-11-21T19:33:06.761Z") @Stability(value=Stable) public interface IVerifySesEmailAddressProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVerifySesEmailAddressProps.Jsii$Default
Internal default implementation for
IVerifySesEmailAddressProps. |
static class |
IVerifySesEmailAddressProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
The email address to be verified, e.g.
|
default String |
getRegion()
An optional AWS region to validate the email address.
|
@Stability(value=Stable) @NotNull String getEmailAddress()
@Stability(value=Stable) @Nullable default String getRegion()
Default: The custom resource will be created in the stack region
Copyright © 2021. All rights reserved.