Module: AWSCDK::GlobalAccelerator::IPAddressType
- Defined in:
- global_accelerator/ip_address_type.rb
Overview
The IP address type that an accelerator supports.
Constant Summary collapse
- IPV4 =
Deprecated.Note:
Default:
IPV4.
Jsii::Enum.new("aws-cdk-lib.aws_globalaccelerator.IpAddressType", "IPV4")
- DUAL_STACK =
Deprecated.Note:
Default:
DUAL_STACK.
Jsii::Enum.new("aws-cdk-lib.aws_globalaccelerator.IpAddressType", "DUAL_STACK")