VpcEndpointSubnetConfigurationArgs

data class VpcEndpointSubnetConfigurationArgs(val ipv4: Output<String>? = null, val ipv6: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<VpcEndpointSubnetConfigurationArgs>

Constructors

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

Properties

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

The IPv4 address to assign to the endpoint network interface in the subnet. You must provide an IPv4 address if the VPC endpoint supports IPv4.

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

The IPv6 address to assign to the endpoint network interface in the subnet. You must provide an IPv6 address if the VPC endpoint supports IPv6.

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

Functions

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