ResolverEndpointIpAddressArgs

data class ResolverEndpointIpAddressArgs(val ip: Output<String>? = null, val ipId: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<ResolverEndpointIpAddressArgs>

Constructors

Link copied to clipboard
constructor(ip: Output<String>? = null, ipId: Output<String>? = null, subnetId: Output<String>)

Properties

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

The IP address in the subnet that you want to use for DNS queries.

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

The ID of the subnet that contains the IP address.

Functions

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