GetDomainIdentityResult

data class GetDomainIdentityResult(val arn: String, val domain: String, val id: String, val verificationToken: String)

A collection of values returned by getDomainIdentity.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the domain identity.

Link copied to clipboard

Name of the domain

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Code which when added to the domain as a TXT record will signal to SES that the owner of the domain has authorized SES to act on their behalf.