Class CfnEmailIdentityProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnEmailIdentityProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEmailIdentityProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEmailIdentityProps
@Stability(Stable)
@Internal
public static final class CfnEmailIdentityProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEmailIdentityProps
An implementation for
CfnEmailIdentityProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnEmailIdentityProps
CfnEmailIdentityProps.Builder, CfnEmailIdentityProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEmailIdentityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEmailIdentityProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectUsed to associate a configuration set with an email identity.final ObjectAn object that contains information about the DKIM attributes for the identity.final ObjectIf your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM .final StringThe email address or domain to verify.final ObjectUsed to enable or disable feedback forwarding for an identity.final ObjectUsed to enable or disable the custom Mail-From domain configuration for an email identity.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnEmailIdentityProps.Builder.
-
-
Method Details
-
getEmailIdentity
Description copied from interface:CfnEmailIdentityPropsThe email address or domain to verify.- Specified by:
getEmailIdentityin interfaceCfnEmailIdentityProps
-
getConfigurationSetAttributes
Description copied from interface:CfnEmailIdentityPropsUsed to associate a configuration set with an email identity.- Specified by:
getConfigurationSetAttributesin interfaceCfnEmailIdentityProps
-
getDkimAttributes
Description copied from interface:CfnEmailIdentityPropsAn object that contains information about the DKIM attributes for the identity.- Specified by:
getDkimAttributesin interfaceCfnEmailIdentityProps
-
getDkimSigningAttributes
Description copied from interface:CfnEmailIdentityPropsIf your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM .- Specified by:
getDkimSigningAttributesin interfaceCfnEmailIdentityProps
-
getFeedbackAttributes
Description copied from interface:CfnEmailIdentityPropsUsed to enable or disable feedback forwarding for an identity.- Specified by:
getFeedbackAttributesin interfaceCfnEmailIdentityProps
-
getMailFromAttributes
Description copied from interface:CfnEmailIdentityPropsUsed to enable or disable the custom Mail-From domain configuration for an email identity.- Specified by:
getMailFromAttributesin interfaceCfnEmailIdentityProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-