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.getTags()An array of objects that define the tags (keys and values) to associate with the 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- See Also:
-
getConfigurationSetAttributes
Description copied from interface:CfnEmailIdentityPropsUsed to associate a configuration set with an email identity.Returns union: either
IResolvableorCfnEmailIdentity.ConfigurationSetAttributesProperty- Specified by:
getConfigurationSetAttributesin interfaceCfnEmailIdentityProps- See Also:
-
getDkimAttributes
Description copied from interface:CfnEmailIdentityPropsAn object that contains information about the DKIM attributes for the identity.Returns union: either
IResolvableorCfnEmailIdentity.DkimAttributesProperty- Specified by:
getDkimAttributesin interfaceCfnEmailIdentityProps- See Also:
-
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 .You can only specify this object if the email identity is a domain, as opposed to an address.
Returns union: either
IResolvableorCfnEmailIdentity.DkimSigningAttributesProperty- Specified by:
getDkimSigningAttributesin interfaceCfnEmailIdentityProps- See Also:
-
getFeedbackAttributes
Description copied from interface:CfnEmailIdentityPropsUsed to enable or disable feedback forwarding for an identity.Returns union: either
IResolvableorCfnEmailIdentity.FeedbackAttributesProperty- Specified by:
getFeedbackAttributesin interfaceCfnEmailIdentityProps- See Also:
-
getMailFromAttributes
Description copied from interface:CfnEmailIdentityPropsUsed to enable or disable the custom Mail-From domain configuration for an email identity.Returns union: either
IResolvableorCfnEmailIdentity.MailFromAttributesProperty- Specified by:
getMailFromAttributesin interfaceCfnEmailIdentityProps- See Also:
-
getTags
Description copied from interface:CfnEmailIdentityPropsAn array of objects that define the tags (keys and values) to associate with the email identity.- Specified by:
getTagsin interfaceCfnEmailIdentityProps- See Also:
-
$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()
-