Email Identity Args
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)