@Generated(value="jsii-pacmak/1.45.0 (build 61747b6)", date="2021-11-21T19:51:26.642Z") @Stability(value=Stable) public class VerifySesEmailAddress extends software.amazon.awscdk.core.Construct
It initiates a verification so that SES sends a verification email to the desired email address. This means the owner of the email address still needs to act by clicking the link in the verification email.
Example:
// Example automatically generated from non-compiling source. May contain errors. org;"";
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifySesEmailAddress.Builder
A fluent builder for
VerifySesEmailAddress. |
| Modifier | Constructor and Description |
|---|---|
|
VerifySesEmailAddress(software.amazon.awscdk.core.Construct parent,
String name,
IVerifySesEmailAddressProps props) |
protected |
VerifySesEmailAddress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VerifySesEmailAddress(software.amazon.jsii.JsiiObjectRef objRef) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected VerifySesEmailAddress(software.amazon.jsii.JsiiObjectRef objRef)
protected VerifySesEmailAddress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public VerifySesEmailAddress(@NotNull
software.amazon.awscdk.core.Construct parent,
@NotNull
String name,
@NotNull
IVerifySesEmailAddressProps props)
parent - This parameter is required.name - This parameter is required.props - This parameter is required.Copyright © 2021. All rights reserved.