@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.278Z") @Stability(value=Stable) public interface CfnVPCProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCProps.Builder
A builder for
CfnVPCProps |
static class |
CfnVPCProps.Jsii$Proxy
An implementation for
CfnVPCProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCProps.Builder |
builder() |
String |
getCidrBlock()
`AWS::EC2::VPC.CidrBlock`.
|
default Object |
getEnableDnsHostnames()
`AWS::EC2::VPC.EnableDnsHostnames`.
|
default Object |
getEnableDnsSupport()
`AWS::EC2::VPC.EnableDnsSupport`.
|
default String |
getInstanceTenancy()
`AWS::EC2::VPC.InstanceTenancy`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::VPC.Tags`.
|
@Stability(value=Stable) @NotNull String getCidrBlock()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock@Stability(value=Stable) @Nullable default Object getEnableDnsHostnames()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames@Stability(value=Stable) @Nullable default Object getEnableDnsSupport()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport@Stability(value=Stable) @Nullable default String getInstanceTenancy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-tags@Stability(value=Stable) static CfnVPCProps.Builder builder()
CfnVPCProps.Builder of CfnVPCPropsCopyright © 2020. All rights reserved.