RecordAlias

data class RecordAlias(val evaluateTargetHealth: Boolean, val name: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(evaluateTargetHealth: Boolean, name: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true if you want Route 53 to determine whether to respond to DNS queries using this resource record set by checking the health of the resource record set. Some resources have special requirements, see related part of documentation.

Link copied to clipboard

DNS domain name for a CloudFront distribution, S3 bucket, ELB, or another resource record set in this hosted zone.

Link copied to clipboard

Hosted zone ID for a CloudFront distribution, S3 bucket, ELB, or Route 53 hosted zone. See resource_elb.zone_id for example.