@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:32.974Z") public interface PrivateSubnetAttributes extends SubnetAttributes
// 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.*; PrivateSubnetAttributes privateSubnetAttributes = PrivateSubnetAttributes.builder() .subnetId("subnetId") // the properties below are optional .availabilityZone("availabilityZone") .ipv4CidrBlock("ipv4CidrBlock") .routeTableId("routeTableId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
PrivateSubnetAttributes.Builder
A builder for
PrivateSubnetAttributes |
static class |
PrivateSubnetAttributes.Jsii$Proxy
An implementation for
PrivateSubnetAttributes |
Modifier and Type | Method and Description |
---|---|
static PrivateSubnetAttributes.Builder |
builder() |
getAvailabilityZone, getIpv4CidrBlock, getRouteTableId, getSubnetId
static PrivateSubnetAttributes.Builder builder()
builder
in interface SubnetAttributes
PrivateSubnetAttributes.Builder
of PrivateSubnetAttributes