| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Subnet.Builder |
Subnet.Builder.availabilityZone(String availabilityZone)
(experimental) The availability zone for the subnet.
|
Subnet.Builder |
Subnet.Builder.cidrBlock(String cidrBlock)
(experimental) The CIDR notation for this subnet.
|
static Subnet.Builder |
Subnet.Builder.create(software.constructs.Construct scope,
String id) |
Subnet.Builder |
Subnet.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
(experimental) Controls if a public IP is associated to an instance at launch.
|
Subnet.Builder |
Subnet.Builder.vpcId(String vpcId)
(experimental) The VPC which this subnet is part of.
|
Copyright © 2021. All rights reserved.