VpcEndpointDnsOptionsArgs

data class VpcEndpointDnsOptionsArgs(val dnsRecordIpType: Output<String>? = null) : ConvertibleToJava<VpcEndpointDnsOptionsArgs>

Constructors

Link copied to clipboard
constructor(dnsRecordIpType: Output<String>? = null)

Properties

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

The DNS records created for the endpoint. Valid values are ipv4, dualstack, service-defined, and ipv6.

Functions

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