@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.961Z") @Stability(value=Stable) public interface SubnetAttributes extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
SubnetAttributes.Builder
A builder for
SubnetAttributes |
static class |
SubnetAttributes.Jsii$Proxy
An implementation for
SubnetAttributes |
Modifier and Type | Method and Description |
---|---|
static SubnetAttributes.Builder |
builder() |
default String |
getAvailabilityZone()
The Availability Zone the subnet is located in.
|
default String |
getRouteTableId()
The ID of the route table for this particular subnet.
|
String |
getSubnetId()
The subnetId for this particular subnet.
|
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
Default: - No AZ information, cannot use AZ selection features
@Stability(value=Stable) @Nullable default String getRouteTableId()
Default: - No route table information, cannot create VPC endpoints
@Stability(value=Stable) static SubnetAttributes.Builder builder()
SubnetAttributes.Builder
of SubnetAttributes
Copyright © 2020. All rights reserved.