VpcEndpointSubnetConfiguration

data class VpcEndpointSubnetConfiguration(val ipv4: String? = null, val ipv6: String? = null, val subnetId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4: 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: 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: String? = null