@Stability(value=Stable) public static final class CfnIdentity.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentity>
CfnIdentity.| Modifier and Type | Method and Description |
|---|---|
CfnIdentity |
build() |
static CfnIdentity.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIdentity.Builder |
dkimSigningEnabled(Boolean dkimSigningEnabled)
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.
|
CfnIdentity.Builder |
dkimSigningEnabled(IResolvable dkimSigningEnabled)
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.
|
CfnIdentity.Builder |
feedbackForwardingEnabled(Boolean feedbackForwardingEnabled)
Used to enable or disable feedback forwarding for an identity.
|
CfnIdentity.Builder |
feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled)
Used to enable or disable feedback forwarding for an identity.
|
CfnIdentity.Builder |
mailFromAttributes(CfnIdentity.MailFromAttributesProperty mailFromAttributes)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
CfnIdentity.Builder |
mailFromAttributes(IResolvable mailFromAttributes)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
CfnIdentity.Builder |
name(String name)
The address or domain of the identity, such as *sender@example.com* or *example.co.uk* .
|
CfnIdentity.Builder |
tags(List<? extends CfnIdentity.TagsProperty> tags)
An object that defines the tags (keys and values) that you want to associate with the email identity.
|
@Stability(value=Stable) public static CfnIdentity.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIdentity.MailFromAttributesProperty.Builder.@Stability(value=Stable) public CfnIdentity.Builder name(String name)
name - The address or domain of the identity, such as *sender@example.com* or *example.co.uk* . This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder dkimSigningEnabled(Boolean dkimSigningEnabled)
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.
dkimSigningEnabled - For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain. This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder dkimSigningEnabled(IResolvable dkimSigningEnabled)
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.
dkimSigningEnabled - For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain. This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder feedbackForwardingEnabled(Boolean feedbackForwardingEnabled)
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).
feedbackForwardingEnabled - Used to enable or disable feedback forwarding for an identity. This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled)
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).
feedbackForwardingEnabled - Used to enable or disable feedback forwarding for an identity. This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder mailFromAttributes(CfnIdentity.MailFromAttributesProperty mailFromAttributes)
mailFromAttributes - Used to enable or disable the custom Mail-From domain configuration for an email identity. This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder mailFromAttributes(IResolvable mailFromAttributes)
mailFromAttributes - Used to enable or disable the custom Mail-From domain configuration for an email identity. This parameter is required.this@Stability(value=Stable) public CfnIdentity.Builder tags(List<? extends CfnIdentity.TagsProperty> tags)
tags - An object that defines the tags (keys and values) that you want to associate with the email identity. This parameter is required.this@Stability(value=Stable) public CfnIdentity build()
build in interface software.amazon.jsii.Builder<CfnIdentity>Copyright © 2022. All rights reserved.