ResourceSetResourceDnsTargetResourceTargetResourceR53Resource

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

Constructors

constructor(domainName: String? = null, recordSetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: String? = null

DNS Name that acts as the ingress point to a portion of application.

Link copied to clipboard
val recordSetId: String? = null

Route53 record set id to uniquely identify a record given a domain_name and a record_type.