| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
PublicSubnetProps.Builder |
PublicSubnetProps.Builder.availabilityZone(String availabilityZone)
Sets the value of
SubnetProps.getAvailabilityZone() |
static PublicSubnetProps.Builder |
PublicSubnetProps.builder() |
PublicSubnetProps.Builder |
PublicSubnetProps.Builder.cidrBlock(String cidrBlock)
Sets the value of
SubnetProps.getCidrBlock() |
PublicSubnetProps.Builder |
PublicSubnetProps.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Sets the value of
SubnetProps.getMapPublicIpOnLaunch() |
PublicSubnetProps.Builder |
PublicSubnetProps.Builder.vpcId(String vpcId)
Sets the value of
SubnetProps.getVpcId() |
| Constructor and Description |
|---|
Jsii$Proxy(PublicSubnetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PublicSubnetProps.Builder. |
Copyright © 2022. All rights reserved.