EmailIdentityArgs

data class EmailIdentityArgs(val configurationSetAttributes: Output<EmailIdentityConfigurationSetAttributesArgs>? = null, val dkimAttributes: Output<EmailIdentityDkimAttributesArgs>? = null, val dkimSigningAttributes: Output<EmailIdentityDkimSigningAttributesArgs>? = null, val emailIdentity: Output<String>? = null, val feedbackAttributes: Output<EmailIdentityFeedbackAttributesArgs>? = null, val mailFromAttributes: Output<EmailIdentityMailFromAttributesArgs>? = null) : ConvertibleToJava<EmailIdentityArgs>

Resource Type definition for AWS::SES::EmailIdentity

Constructors

Link copied to clipboard
constructor(configurationSetAttributes: Output<EmailIdentityConfigurationSetAttributesArgs>? = null, dkimAttributes: Output<EmailIdentityDkimAttributesArgs>? = null, dkimSigningAttributes: Output<EmailIdentityDkimSigningAttributesArgs>? = null, emailIdentity: Output<String>? = null, feedbackAttributes: Output<EmailIdentityFeedbackAttributesArgs>? = null, mailFromAttributes: Output<EmailIdentityMailFromAttributesArgs>? = null)

Properties

Link copied to clipboard

Used to associate a configuration set with an email identity.

Link copied to clipboard

An object that contains information about the DKIM attributes for the identity.

Link copied to clipboard

If 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.

Link copied to clipboard
val emailIdentity: Output<String>? = null

The email address or domain to verify.

Link copied to clipboard

Used to enable or disable feedback forwarding for an identity.

Link copied to clipboard

Used to enable or disable the custom Mail-From domain configuration for an email identity.

Functions

Link copied to clipboard
open override fun toJava(): EmailIdentityArgs