ResourceSetDnsTargetResource

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

A component for DNS/routing control readiness checks.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: String? = null

The domain name that acts as an ingress point to a portion of the customer application.

Link copied to clipboard
val hostedZoneArn: String? = null

The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

Link copied to clipboard
val recordSetId: String? = null

The Route 53 record set ID that will uniquely identify a DNS record, given a name and a type.

Link copied to clipboard
val recordType: String? = null

The type of DNS record of the target resource.

Link copied to clipboard

The target resource that the Route 53 record points to.