RecordAliasArgs

data class RecordAliasArgs(val evaluateTargetHealth: Output<Boolean>, val name: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<RecordAliasArgs>

Constructors

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

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
val name: Output<String>

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

Link copied to clipboard
val zoneId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): RecordAliasArgs