@Stability(value=Stable) @Internal public static final class CfnIdentityProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityProps
CfnIdentityPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnIdentityProps.Builder, CfnIdentityProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIdentityProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIdentityProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDkimSigningEnabled()
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.
|
Object |
getFeedbackForwardingEnabled()
Used to enable or disable feedback forwarding for an identity.
|
Object |
getMailFromAttributes()
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
String |
getName()
The address or domain of the identity, such as *sender@example.com* or *example.co.uk* .
|
List<CfnIdentity.TagsProperty> |
getTags()
An object that defines the tags (keys and values) that you want to associate with the email identity.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnIdentityProps.Builder builder)
CfnIdentityProps.Builder.public final String getName()
CfnIdentityPropsgetName in interface CfnIdentityPropspublic final Object getDkimSigningEnabled()
CfnIdentityProps
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 the amazonses.com domain. If the value is false , then the messages that you send are only signed using the DKIM keys for the amazonses.com domain.
getDkimSigningEnabled in interface CfnIdentityPropspublic final Object getFeedbackForwardingEnabled()
CfnIdentityPropsThis 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).
getFeedbackForwardingEnabled in interface CfnIdentityPropspublic final Object getMailFromAttributes()
CfnIdentityPropsgetMailFromAttributes in interface CfnIdentityPropspublic final List<CfnIdentity.TagsProperty> getTags()
CfnIdentityPropsgetTags in interface CfnIdentityProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.