VpcSubnetGroupType

class aws_cdk.cx_api.VpcSubnetGroupType(*values)

Bases: Enum

(deprecated) 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.

Deprecated:

The definition of this type has moved to @aws-cdk/cloud-assembly-api.

Stability:

deprecated

Attributes

ISOLATED

(deprecated) Isolated subnet group type.

Stability:

deprecated

PRIVATE

(deprecated) Private subnet group type.

Stability:

deprecated

PUBLIC

(deprecated) Public subnet group type.

Stability:

deprecated