Class VerifySesEmailAddress
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- de.sebastianhesse.cdk.ses.verify.constructs.VerifySesEmailAddress
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-11T08:59:10.888Z") @Stability(Stable) public class VerifySesEmailAddress extends software.constructs.Construct
A construct to verify an SES email address identity.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:
.org' });
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerifySesEmailAddress.BuilderA fluent builder forVerifySesEmailAddress.
-
Constructor Summary
Constructors Modifier Constructor Description protectedVerifySesEmailAddress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedVerifySesEmailAddress(software.amazon.jsii.JsiiObjectRef objRef)VerifySesEmailAddress(software.constructs.Construct parent, String name, IVerifySesEmailAddressProps props)
-
Method Summary
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
VerifySesEmailAddress
protected VerifySesEmailAddress(software.amazon.jsii.JsiiObjectRef objRef)
-
VerifySesEmailAddress
protected VerifySesEmailAddress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
VerifySesEmailAddress
@Stability(Stable) public VerifySesEmailAddress(@NotNull software.constructs.Construct parent, @NotNull String name, @NotNull IVerifySesEmailAddressProps props)- Parameters:
parent- This parameter is required.name- This parameter is required.props- This parameter is required.
-
-