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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnEmailIdentityProps
CfnEmailIdentityProps.Builder, CfnEmailIdentityProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEmailIdentityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEmailIdentityProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Used to associate a configuration set with an email identity.final Object
An object that contains information about the DKIM attributes for the identity.final Object
If 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 String
The email address or domain to verify.final Object
Used to enable or disable feedback forwarding for an identity.final Object
Used to enable or disable the custom Mail-From domain configuration for an email identity.final int
hashCode()
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:CfnEmailIdentityProps
The email address or domain to verify.- Specified by:
getEmailIdentity
in interfaceCfnEmailIdentityProps
-
getConfigurationSetAttributes
Description copied from interface:CfnEmailIdentityProps
Used to associate a configuration set with an email identity.- Specified by:
getConfigurationSetAttributes
in interfaceCfnEmailIdentityProps
-
getDkimAttributes
Description copied from interface:CfnEmailIdentityProps
An object that contains information about the DKIM attributes for the identity.- Specified by:
getDkimAttributes
in interfaceCfnEmailIdentityProps
-
getDkimSigningAttributes
Description copied from interface:CfnEmailIdentityProps
If 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:
getDkimSigningAttributes
in interfaceCfnEmailIdentityProps
-
getFeedbackAttributes
Description copied from interface:CfnEmailIdentityProps
Used to enable or disable feedback forwarding for an identity.- Specified by:
getFeedbackAttributes
in interfaceCfnEmailIdentityProps
-
getMailFromAttributes
Description copied from interface:CfnEmailIdentityProps
Used to enable or disable the custom Mail-From domain configuration for an email identity.- Specified by:
getMailFromAttributes
in interfaceCfnEmailIdentityProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-