ResourceSetR53ResourceRecord

data class ResourceSetR53ResourceRecord(val domainName: String? = null, val recordSetId: String? = null)

The Route 53 resource that a DNS target resource record points to.

Constructors

Link copied to clipboard
constructor(domainName: String? = null, recordSetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: String? = null

The DNS target domain name.

Link copied to clipboard
val recordSetId: String? = null

The Resource Record set id.