@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:45.905Z") @Stability(value=Stable) public interface CfnSubnetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSubnetProps.Builder
A builder for
CfnSubnetProps |
static class |
CfnSubnetProps.Jsii$Proxy
An implementation for
CfnSubnetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSubnetProps.Builder |
builder() |
default Object |
getAssignIpv6AddressOnCreation()
`AWS::EC2::Subnet.AssignIpv6AddressOnCreation`.
|
default String |
getAvailabilityZone()
`AWS::EC2::Subnet.AvailabilityZone`.
|
String |
getCidrBlock()
`AWS::EC2::Subnet.CidrBlock`.
|
default String |
getIpv6CidrBlock()
`AWS::EC2::Subnet.Ipv6CidrBlock`.
|
default Object |
getMapPublicIpOnLaunch()
`AWS::EC2::Subnet.MapPublicIpOnLaunch`.
|
default String |
getOutpostArn()
`AWS::EC2::Subnet.OutpostArn`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::Subnet.Tags`.
|
String |
getVpcId()
`AWS::EC2::Subnet.VpcId`.
|
@Stability(value=Stable) @NotNull String getCidrBlock()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default Object getAssignIpv6AddressOnCreation()
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
@Stability(value=Stable) @Nullable default String getIpv6CidrBlock()
@Stability(value=Stable) @Nullable default Object getMapPublicIpOnLaunch()
@Stability(value=Stable) @Nullable default String getOutpostArn()
@Stability(value=Stable) static CfnSubnetProps.Builder builder()
CfnSubnetProps.Builder of CfnSubnetPropsCopyright © 2021. All rights reserved.