Module: AWSCDK::EC2::IPProtocol
- Defined in:
- ec2/ip_protocol.rb
Overview
The types of IP addresses provisioned in the VPC.
Constant Summary collapse
- IPV4_ONLY =
Deprecated.Note:
Default:
The vpc will be configured with only IPv4 addresses.
This is the default protocol if unset.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.IpProtocol", "IPV4_ONLY")
- DUAL_STACK =
Deprecated.Note:
Default:
The vpc will have both IPv4 and IPv6 addresses.
Unless specified, public IPv4 addresses will not be auto assigned, an egress only internet gateway (EIGW) will be created and configured, and NATs and internet gateways (IGW) will be configured with IPv6 addresses.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.IpProtocol", "DUAL_STACK")