Class IVerifySesEmailAddressProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- de.sebastianhesse.cdk.ses.verify.constructs.IVerifySesEmailAddressProps.Jsii$Proxy
-
- All Implemented Interfaces:
IVerifySesEmailAddressProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IVerifySesEmailAddressProps
@Stability(Stable) @Internal public static final class IVerifySesEmailAddressProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IVerifySesEmailAddressProps
An implementation forIVerifySesEmailAddressProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface de.sebastianhesse.cdk.ses.verify.constructs.IVerifySesEmailAddressProps
IVerifySesEmailAddressProps.Builder, IVerifySesEmailAddressProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IVerifySesEmailAddressProps.Builder builder)Constructor that initializes the object based on literal property values passed by theIVerifySesEmailAddressProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEmailAddress()The email address to be verified, e.g.StringgetRegion()An optional AWS region to validate the email address.software.amazon.awscdk.RemovalPolicygetRemovalPolicy()Whether to DESTROY or RETAIN the email address on removal.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IVerifySesEmailAddressProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theIVerifySesEmailAddressProps.Builder.
-
-
Method Detail
-
getEmailAddress
public final String getEmailAddress()
Description copied from interface:IVerifySesEmailAddressPropsThe email address to be verified, e.g. 'hello@example.org'.- Specified by:
getEmailAddressin interfaceIVerifySesEmailAddressProps
-
getRegion
public final String getRegion()
Description copied from interface:IVerifySesEmailAddressPropsAn optional AWS region to validate the email address.Default: The custom resource will be created in the stack region
- Specified by:
getRegionin interfaceIVerifySesEmailAddressProps
-
getRemovalPolicy
public final software.amazon.awscdk.RemovalPolicy getRemovalPolicy()
Description copied from interface:IVerifySesEmailAddressPropsWhether to DESTROY or RETAIN the email address on removal.Default: DESTROY
- Specified by:
getRemovalPolicyin interfaceIVerifySesEmailAddressProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-