GetEmailIdentityResult

data class GetEmailIdentityResult(val arn: String, val email: String, val id: String)

A collection of values returned by getEmailIdentity.

Constructors

Link copied to clipboard
constructor(arn: String, email: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the email identity.

Link copied to clipboard

Email identity.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.