@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:03.667Z") public interface PrivateSubnetProps extends SubnetProps
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; PrivateSubnetProps privateSubnetProps = PrivateSubnetProps.builder() .availabilityZone("availabilityZone") .cidrBlock("cidrBlock") .vpcId("vpcId") // the properties below are optional .mapPublicIpOnLaunch(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
PrivateSubnetProps.Builder
A builder for
PrivateSubnetProps |
static class |
PrivateSubnetProps.Jsii$Proxy
An implementation for
PrivateSubnetProps |
Modifier and Type | Method and Description |
---|---|
static PrivateSubnetProps.Builder |
builder() |
getAvailabilityZone, getCidrBlock, getMapPublicIpOnLaunch, getVpcId
static PrivateSubnetProps.Builder builder()
builder
in interface SubnetProps
PrivateSubnetProps.Builder
of PrivateSubnetProps