ResourceRecord

Contains a DNS record value that you can use to validate ownership or control of a domain. This is used by the DescribeCertificate action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the DNS record to create in your domain. This is supplied by ACM.

Link copied to clipboard

The type of DNS record. Currently this can be CNAME.

Link copied to clipboard

The value of the CNAME record to add to your DNS database. This is supplied by ACM.

Functions

Link copied to clipboard
inline fun copy(block: ResourceRecord.Builder.() -> Unit = {}): ResourceRecord
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String