Class CfnIdentityProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityProps
CfnIdentityProps
-
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.pinpointemail.CfnIdentityProps
CfnIdentityProps.Builder, CfnIdentityProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIdentityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentityProps.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
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.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 String
getName()
The address or domain of the identity, such as sender@example.com or example.co.uk .final List<CfnIdentity.TagsProperty>
getTags()
An object that defines the tags (keys and values) that you want to associate with the 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 theCfnIdentityProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnIdentityProps
The address or domain of the identity, such as sender@example.com or example.co.uk .- Specified by:
getName
in interfaceCfnIdentityProps
-
getDkimSigningEnabled
Description copied from interface:CfnIdentityProps
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.If the value is
true
, then the messages that you send from the domain are signed using both the DKIM keys for your domain, as well as the keys for theamazonses.com
domain. If the value isfalse
, then the messages that you send are only signed using the DKIM keys for theamazonses.com
domain.- Specified by:
getDkimSigningEnabled
in interfaceCfnIdentityProps
-
getFeedbackForwardingEnabled
Description copied from interface:CfnIdentityProps
Used to enable or disable feedback forwarding for an identity.This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.
When you enable feedback forwarding, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.
When you disable feedback forwarding, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).
- Specified by:
getFeedbackForwardingEnabled
in interfaceCfnIdentityProps
-
getMailFromAttributes
Description copied from interface:CfnIdentityProps
Used to enable or disable the custom Mail-From domain configuration for an email identity.- Specified by:
getMailFromAttributes
in interfaceCfnIdentityProps
-
getTags
Description copied from interface:CfnIdentityProps
An object that defines the tags (keys and values) that you want to associate with the email identity.- Specified by:
getTags
in interfaceCfnIdentityProps
-
$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()
-