Resource Set Resource Dns Target Resource Args
data class ResourceSetResourceDnsTargetResourceArgs(val domainName: Output<String>, val hostedZoneArn: Output<String>? = null, val recordSetId: Output<String>? = null, val recordType: Output<String>? = null, val targetResource: Output<ResourceSetResourceDnsTargetResourceTargetResourceArgs>? = null) : ConvertibleToJava<ResourceSetResourceDnsTargetResourceArgs>
Constructors
Link copied to clipboard
constructor(domainName: Output<String>, hostedZoneArn: Output<String>? = null, recordSetId: Output<String>? = null, recordType: Output<String>? = null, targetResource: Output<ResourceSetResourceDnsTargetResourceTargetResourceArgs>? = null)
Properties
Link copied to clipboard
DNS Name that acts as the ingress point to a portion of application.
Link copied to clipboard
Hosted Zone ARN that contains the DNS record with the provided name of target resource.
Link copied to clipboard
Route53 record set id to uniquely identify a record given a domain_name
and a record_type
.
Link copied to clipboard
Type of DNS Record of target resource.
Link copied to clipboard
Target resource the R53 record specified with the above params points to.