ResourceSetR53ResourceRecordArgs

data class ResourceSetR53ResourceRecordArgs(val domainName: Output<String>? = null, val recordSetId: Output<String>? = null) : ConvertibleToJava<ResourceSetR53ResourceRecordArgs>

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

Constructors

Link copied to clipboard
constructor(domainName: Output<String>? = null, recordSetId: Output<String>? = null)

Properties

Link copied to clipboard
val domainName: Output<String>? = null

The DNS target domain name.

Link copied to clipboard
val recordSetId: Output<String>? = null

The Resource Record set id.

Functions

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