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
fun EmailIdentityArgs(configurationSetAttributes: Output<EmailIdentityConfigurationSetAttributesArgs>? = null, dkimAttributes: Output<EmailIdentityDkimAttributesArgs>? = null, dkimSigningAttributes: Output<EmailIdentityDkimSigningAttributesArgs>? = null, emailIdentity: Output<String>? = null, feedbackAttributes: Output<EmailIdentityFeedbackAttributesArgs>? = null, mailFromAttributes: Output<EmailIdentityMailFromAttributesArgs>? = null)

Functions

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

Properties

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

The email address or domain to verify.

Link copied to clipboard
Link copied to clipboard