VpcSubnetGroupType

class aws_cdk.cx_api.VpcSubnetGroupType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

The type of subnet group.

Same as SubnetType in the aws-cdk-lib/aws-ec2 package, but we can’t use that because of cyclical dependencies.

Attributes

ISOLATED

Isolated subnet group type.

PRIVATE

Private subnet group type.

PUBLIC

Public subnet group type.