Module: AWSCDK::ElasticLoadBalancingv2::TargetGroupIPAddressType

Defined in:
elastic_load_balancingv2/target_group_ip_address_type.rb

Overview

The IP address type of targets registered with a target group.

Constant Summary collapse

IPV4 =
Deprecated.
Note:

Default:

IPv4 addresses.

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

Default:

IPv6 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.TargetGroupIpAddressType", "IPV6")