ResourceSetResourceDnsTargetResource

data class ResourceSetResourceDnsTargetResource(val domainName: String, val hostedZoneArn: String? = null, val recordSetId: String? = null, val recordType: String? = null, val targetResource: ResourceSetResourceDnsTargetResourceTargetResource? = null)

Constructors

Link copied to clipboard
constructor(domainName: String, hostedZoneArn: String? = null, recordSetId: String? = null, recordType: String? = null, targetResource: ResourceSetResourceDnsTargetResourceTargetResource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val hostedZoneArn: String? = null

Hosted Zone ARN that contains the DNS record with the provided name of target resource.

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.

Link copied to clipboard
val recordType: String? = null

Type of DNS Record of target resource.

Link copied to clipboard

Target resource the R53 record specified with the above params points to.