@Generated(value="jsii-pacmak/1.20.1 (build 9c82073)", date="2021-02-20T11:34:21.033Z") @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 without compilation. See https://github.com/aws/jsii/issues/826 org;"";
software.constructs.Construct.Builder| 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.