@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.243Z") @Stability(value=Stable) public interface CfnSubnetProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock@Stability(value=Stable) @NotNull String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid@Stability(value=Stable) @Nullable default Object getAssignIpv6AddressOnCreation()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation@Stability(value=Stable) @Nullable default String getAvailabilityZone()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone@Stability(value=Stable) @Nullable default String getIpv6CidrBlock()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock@Stability(value=Stable) @Nullable default Object getMapPublicIpOnLaunch()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch@Stability(value=Stable) @Nullable default String getOutpostArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-outpostarn@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-tags@Stability(value=Stable) static CfnSubnetProps.Builder builder()
CfnSubnetProps.Builder of CfnSubnetPropsCopyright © 2020. All rights reserved.