| Modifier and Type | Method and Description |
|---|---|
CfnVPC |
build() |
CfnVPC.Builder |
cidrBlock(String cidrBlock)
`AWS::EC2::VPC.CidrBlock`.
|
static CfnVPC.Builder |
create(Construct scope,
String id) |
CfnVPC.Builder |
enableDnsHostnames(Boolean enableDnsHostnames)
`AWS::EC2::VPC.EnableDnsHostnames`.
|
CfnVPC.Builder |
enableDnsHostnames(IResolvable enableDnsHostnames)
`AWS::EC2::VPC.EnableDnsHostnames`.
|
CfnVPC.Builder |
enableDnsSupport(Boolean enableDnsSupport)
`AWS::EC2::VPC.EnableDnsSupport`.
|
CfnVPC.Builder |
enableDnsSupport(IResolvable enableDnsSupport)
`AWS::EC2::VPC.EnableDnsSupport`.
|
CfnVPC.Builder |
instanceTenancy(String instanceTenancy)
`AWS::EC2::VPC.InstanceTenancy`.
|
CfnVPC.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::VPC.Tags`.
|
@Stability(value=Stable) public static CfnVPC.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVPC.Builder.@Stability(value=Stable) public CfnVPC.Builder cidrBlock(String cidrBlock)
cidrBlock - `AWS::EC2::VPC.CidrBlock`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock@Stability(value=Stable) public CfnVPC.Builder enableDnsHostnames(Boolean enableDnsHostnames)
enableDnsHostnames - `AWS::EC2::VPC.EnableDnsHostnames`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames@Stability(value=Stable) public CfnVPC.Builder enableDnsHostnames(IResolvable enableDnsHostnames)
enableDnsHostnames - `AWS::EC2::VPC.EnableDnsHostnames`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames@Stability(value=Stable) public CfnVPC.Builder enableDnsSupport(Boolean enableDnsSupport)
enableDnsSupport - `AWS::EC2::VPC.EnableDnsSupport`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport@Stability(value=Stable) public CfnVPC.Builder enableDnsSupport(IResolvable enableDnsSupport)
enableDnsSupport - `AWS::EC2::VPC.EnableDnsSupport`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport@Stability(value=Stable) public CfnVPC.Builder instanceTenancy(String instanceTenancy)
instanceTenancy - `AWS::EC2::VPC.InstanceTenancy`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy@Stability(value=Stable) public CfnVPC.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::VPC.Tags`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-tagsCopyright © 2020. All rights reserved.