| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnVPC.Builder |
CfnVPC.Builder.cidrBlock(String cidrBlock)
The primary IPv4 CIDR block for the VPC.
|
static CfnVPC.Builder |
CfnVPC.Builder.create(Construct scope,
String id) |
CfnVPC.Builder |
CfnVPC.Builder.enableDnsHostnames(Boolean enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
CfnVPC.Builder |
CfnVPC.Builder.enableDnsHostnames(IResolvable enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
CfnVPC.Builder |
CfnVPC.Builder.enableDnsSupport(Boolean enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
CfnVPC.Builder |
CfnVPC.Builder.enableDnsSupport(IResolvable enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
CfnVPC.Builder |
CfnVPC.Builder.instanceTenancy(String instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
CfnVPC.Builder |
CfnVPC.Builder.tags(List<? extends CfnTag> tags)
The tags for the VPC.
|
Copyright © 2022. All rights reserved.