Uses of Interface
software.amazon.awscdk.services.ec2.alpha.SubnetV2Attributes
-
Uses of SubnetV2Attributes in software.amazon.awscdk.services.ec2.alpha
Modifier and TypeMethodDescriptionSubnetV2Attributes.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptiondefault List<SubnetV2Attributes>
VpcV2Attributes.getSubnets()
(experimental) Subnets associated with imported VPC.final List<SubnetV2Attributes>
VpcV2Attributes.Jsii$Proxy.getSubnets()
Modifier and TypeMethodDescriptionstatic ISubnetV2
SubnetV2.fromSubnetV2Attributes
(software.constructs.Construct scope, String id, SubnetV2Attributes attrs) (experimental) Import an existing subnet to the VPC.Modifier and TypeMethodDescriptionVpcV2Attributes.Builder.subnets
(List<? extends SubnetV2Attributes> subnets) Sets the value ofVpcV2Attributes.getSubnets()