Module: AWSCDK::CloudFront::OriginIPAddressType

Defined in:
cloud_front/origin_ip_address_type.rb

Overview

The IP address type for the origin.

Determines whether CloudFront uses IPv4, IPv6, or both when connecting to the origin.

Constant Summary collapse

IPV4 =
Deprecated.
Note:

Default:

Use only IPv4 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.OriginIpAddressType", "IPV4")
IPV6 =
Deprecated.
Note:

Default:

Use only IPv6 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.OriginIpAddressType", "IPV6")
DUALSTACK =
Deprecated.
Note:

Default:

Use both IPv4 and IPv6 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.OriginIpAddressType", "DUALSTACK")