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