Class CfnEmailIdentityMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnEmailIdentityMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEmailIdentityMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEmailIdentityMixinProps
@Stability(Stable)
@Internal
public static final class CfnEmailIdentityMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEmailIdentityMixinProps
An implementation for
CfnEmailIdentityMixinProps-
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.cfnpropertymixins.services.ses.CfnEmailIdentityMixinProps
CfnEmailIdentityMixinProps.Builder, CfnEmailIdentityMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEmailIdentityMixinProps.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 theCfnEmailIdentityMixinProps.Builder.
-
-
Method Details
-
getConfigurationSetAttributes
Description copied from interface:CfnEmailIdentityMixinPropsUsed to associate a configuration set with an email identity.Returns union: either
IResolvableorCfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty- Specified by:
getConfigurationSetAttributesin interfaceCfnEmailIdentityMixinProps- See Also:
-
getDkimAttributes
Description copied from interface:CfnEmailIdentityMixinPropsAn object that contains information about the DKIM attributes for the identity.Returns union: either
IResolvableorCfnEmailIdentityPropsMixin.DkimAttributesProperty- Specified by:
getDkimAttributesin interfaceCfnEmailIdentityMixinProps- See Also:
-
getDkimSigningAttributes
Description copied from interface:CfnEmailIdentityMixinPropsIf 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
IResolvableorCfnEmailIdentityPropsMixin.DkimSigningAttributesProperty- Specified by:
getDkimSigningAttributesin interfaceCfnEmailIdentityMixinProps- See Also:
-
getEmailIdentity
Description copied from interface:CfnEmailIdentityMixinPropsThe email address or domain to verify.- Specified by:
getEmailIdentityin interfaceCfnEmailIdentityMixinProps- See Also:
-
getFeedbackAttributes
Description copied from interface:CfnEmailIdentityMixinPropsUsed to enable or disable feedback forwarding for an identity.Returns union: either
IResolvableorCfnEmailIdentityPropsMixin.FeedbackAttributesProperty- Specified by:
getFeedbackAttributesin interfaceCfnEmailIdentityMixinProps- See Also:
-
getMailFromAttributes
Description copied from interface:CfnEmailIdentityMixinPropsUsed to enable or disable the custom Mail-From domain configuration for an email identity.Returns union: either
IResolvableorCfnEmailIdentityPropsMixin.MailFromAttributesProperty- Specified by:
getMailFromAttributesin interfaceCfnEmailIdentityMixinProps- See Also:
-
getTags
Description copied from interface:CfnEmailIdentityMixinPropsAn array of objects that define the tags (keys and values) to associate with the email identity.- Specified by:
getTagsin interfaceCfnEmailIdentityMixinProps- 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()
-