| 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 IPv4 network range for the VPC, in CIDR notation.
|
static CfnVPC.Builder |
CfnVPC.Builder.create(software.constructs.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.ipv4IpamPoolId(String ipv4IpamPoolId)
The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.
|
CfnVPC.Builder |
CfnVPC.Builder.ipv4NetmaskLength(Number ipv4NetmaskLength)
The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.
|
CfnVPC.Builder |
CfnVPC.Builder.tags(List<? extends CfnTag> tags)
The tags for the VPC.
|
Copyright © 2022. All rights reserved.