@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.663Z") @Stability(value=Experimental) public interface VpcSubnet extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcSubnet.Builder
A builder for
VpcSubnet |
static class |
VpcSubnet.Jsii$Proxy
An implementation for
VpcSubnet |
| Modifier and Type | Method and Description |
|---|---|
static VpcSubnet.Builder |
builder() |
String |
getAvailabilityZone()
(experimental) The code of the availability zone this subnet is in (for example, 'us-west-2a').
|
default String |
getCidr()
(experimental) CIDR range of the subnet.
|
String |
getRouteTableId()
(experimental) The identifier of the route table for this subnet.
|
String |
getSubnetId()
(experimental) The identifier of the subnet.
|
@Stability(value=Experimental) @NotNull String getAvailabilityZone()
@Stability(value=Experimental) @NotNull String getRouteTableId()
@Stability(value=Experimental) @NotNull String getSubnetId()
@Stability(value=Experimental) @Nullable default String getCidr()
Default: - CIDR information not available
@Stability(value=Experimental) static VpcSubnet.Builder builder()
VpcSubnet.Builder of VpcSubnetCopyright © 2021. All rights reserved.