VpcSubnetGroupType¶
-
class
aws_cdk.cx_api.
VpcSubnetGroupType
(value)¶ Bases:
enum.Enum
The type of subnet group.
Same as SubnetType in the @aws-cdk/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.
-