GetEmailIdentityMailFromAttributesResult

data class GetEmailIdentityMailFromAttributesResult(val behaviorOnMxFailure: String, val emailIdentity: String, val id: String, val mailFromDomain: String)

A collection of values returned by getEmailIdentityMailFromAttributes.

Constructors

Link copied to clipboard
constructor(behaviorOnMxFailure: String, emailIdentity: String, id: String, mailFromDomain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take if the required MX record isn't found when you send an email. Valid values: USE_DEFAULT_VALUE, REJECT_MESSAGE.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The custom MAIL FROM domain that you want the verified identity to use.