RecordsExclusiveResourceRecordSetAliasTargetArgs

data class RecordsExclusiveResourceRecordSetAliasTargetArgs(val dnsName: Output<String>, val evaluateTargetHealth: Output<Boolean>, val hostedZoneId: Output<String>) : ConvertibleToJava<RecordsExclusiveResourceRecordSetAliasTargetArgs>

Constructors

constructor(dnsName: Output<String>, evaluateTargetHealth: Output<Boolean>, hostedZoneId: Output<String>)

Properties

Link copied to clipboard
val dnsName: Output<String>

DNS domain name for another resource record set in this hosted zone.

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 the AWS documentation for additional details.

Link copied to clipboard
val hostedZoneId: Output<String>

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

Functions

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