AddressFamily

class aws_cdk.aws_ec2.AddressFamily(value)

Bases: Enum

The IP address type.

Attributes

IP_V4 = 'IP_V4'
IP_V6 = 'IP_V6'