ResourceSetTargetResource

data class ResourceSetTargetResource(val nlbResource: ResourceSetNlbResource? = null, val r53Resource: ResourceSetR53ResourceRecord? = null)

The target resource that the Route 53 record points to.

Constructors

Link copied to clipboard
constructor(nlbResource: ResourceSetNlbResource? = null, r53Resource: ResourceSetR53ResourceRecord? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Network Load Balancer resource that a DNS target resource points to.

Link copied to clipboard

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