| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpointemail |
Amazon Pinpoint Email Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentity.Builder |
CfnIdentity.Builder.create(software.constructs.Construct scope,
String id) |
CfnIdentity.Builder |
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 |
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 |
CfnIdentity.Builder.feedbackForwardingEnabled(Boolean feedbackForwardingEnabled)
Used to enable or disable feedback forwarding for an identity.
|
CfnIdentity.Builder |
CfnIdentity.Builder.feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled)
Used to enable or disable feedback forwarding for an identity.
|
CfnIdentity.Builder |
CfnIdentity.Builder.mailFromAttributes(CfnIdentity.MailFromAttributesProperty mailFromAttributes)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
CfnIdentity.Builder |
CfnIdentity.Builder.mailFromAttributes(IResolvable mailFromAttributes)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
CfnIdentity.Builder |
CfnIdentity.Builder.name(String name)
The address or domain of the identity, such as *sender@example.com* or *example.co.uk* .
|
CfnIdentity.Builder |
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.
|
Copyright © 2022. All rights reserved.