| Modifier and Type | Method and Description |
|---|---|
CfnVPC |
build() |
CfnVPC.Builder |
cidrBlock(String cidrBlock)
`AWS::EC2::VPC.CidrBlock`.
|
static CfnVPC.Builder |
create(software.constructs.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(software.constructs.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.this@Stability(value=Stable) public CfnVPC.Builder enableDnsHostnames(Boolean enableDnsHostnames)
enableDnsHostnames - `AWS::EC2::VPC.EnableDnsHostnames`. This parameter is required.this@Stability(value=Stable) public CfnVPC.Builder enableDnsHostnames(IResolvable enableDnsHostnames)
enableDnsHostnames - `AWS::EC2::VPC.EnableDnsHostnames`. This parameter is required.this@Stability(value=Stable) public CfnVPC.Builder enableDnsSupport(Boolean enableDnsSupport)
enableDnsSupport - `AWS::EC2::VPC.EnableDnsSupport`. This parameter is required.this@Stability(value=Stable) public CfnVPC.Builder enableDnsSupport(IResolvable enableDnsSupport)
enableDnsSupport - `AWS::EC2::VPC.EnableDnsSupport`. This parameter is required.this@Stability(value=Stable) public CfnVPC.Builder instanceTenancy(String instanceTenancy)
instanceTenancy - `AWS::EC2::VPC.InstanceTenancy`. This parameter is required.this@Stability(value=Stable) public CfnVPC.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::VPC.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.