@Generated(value="jsii-pacmak/1.45.0 (build 61747b6)", date="2021-11-21T19:51:26.638Z") @Stability(value=Stable) public interface IVerifySesEmailAddressProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IVerifySesEmailAddressProps.Builder
A builder for
IVerifySesEmailAddressProps |
static class |
IVerifySesEmailAddressProps.Jsii$Proxy
An implementation for
IVerifySesEmailAddressProps |
| Modifier and Type | Method and Description |
|---|---|
static IVerifySesEmailAddressProps.Builder |
builder() |
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
@Stability(value=Stable) static IVerifySesEmailAddressProps.Builder builder()
Copyright © 2021. All rights reserved.