@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.676Z") @Stability(value=Experimental) public interface SubnetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubnetProps.Builder
A builder for
SubnetProps |
static class |
SubnetProps.Jsii$Proxy
An implementation for
SubnetProps |
| Modifier and Type | Method and Description |
|---|---|
static SubnetProps.Builder |
builder() |
String |
getAvailabilityZone()
(experimental) The availability zone for the subnet.
|
String |
getCidrBlock()
(experimental) The CIDR notation for this subnet.
|
default Boolean |
getMapPublicIpOnLaunch()
(experimental) Controls if a public IP is associated to an instance at launch.
|
String |
getVpcId()
(experimental) The VPC which this subnet is part of.
|
@Stability(value=Experimental) @NotNull String getAvailabilityZone()
@Stability(value=Experimental) @NotNull String getCidrBlock()
@Stability(value=Experimental) @NotNull String getVpcId()
@Stability(value=Experimental) @Nullable default Boolean getMapPublicIpOnLaunch()
Default: true in Subnet.Public, false in Subnet.Private or Subnet.Isolated.
@Stability(value=Experimental) static SubnetProps.Builder builder()
SubnetProps.Builder of SubnetPropsCopyright © 2021. All rights reserved.