@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-28T11:13:26.264Z") @Stability(value=Stable) public class VerifySesDomain extends software.amazon.awscdk.core.Construct
It initiates a domain verification and can automatically create appropriate records in Route53 to verify the domain. Also, it's possible to attach a notification topic for bounces, complaints or delivery notifications.
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 VerifySesDomain.Builder.create(this, "SesDomainVerification") .domainName("example.org") .build();
software.constructs.Construct.Builder| Modifier | Constructor and Description |
|---|---|
|
VerifySesDomain(software.amazon.awscdk.core.Construct parent,
String name,
IVerifySesDomainProps props) |
protected |
VerifySesDomain(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VerifySesDomain(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.route53.IHostedZone |
getHostedZone(String domainName) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected VerifySesDomain(software.amazon.jsii.JsiiObjectRef objRef)
protected VerifySesDomain(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public VerifySesDomain(@NotNull
software.amazon.awscdk.core.Construct parent,
@NotNull
String name,
@NotNull
IVerifySesDomainProps props)
parent - This parameter is required.name - This parameter is required.props - This parameter is required.@Stability(value=Stable)
@NotNull
public software.amazon.awscdk.services.route53.IHostedZone getHostedZone(@NotNull
String domainName)
domainName - This parameter is required.Copyright © 2021. All rights reserved.