@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:53.496Z") 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