VpcEndpointSubnetConfiguration constructor
const
VpcEndpointSubnetConfiguration({})
Creates a new VpcEndpointSubnetConfiguration.
ipv4 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.
ipv6 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.
subnetId The ID of the subnet. Must have a corresponding subnet in the subnetIds argument.
Implementation
const VpcEndpointSubnetConfiguration({
this.ipv4,
this.ipv6,
this.subnetId,
});