| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default DefaultInstanceTenancy |
VpcProps.getDefaultInstanceTenancy()
(experimental) The default tenancy of instances launched into the VPC.
|
DefaultInstanceTenancy |
VpcProps.Jsii$Proxy.getDefaultInstanceTenancy() |
static DefaultInstanceTenancy |
DefaultInstanceTenancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultInstanceTenancy[] |
DefaultInstanceTenancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VpcProps.Builder |
VpcProps.Builder.defaultInstanceTenancy(DefaultInstanceTenancy defaultInstanceTenancy)
Sets the value of
VpcProps.getDefaultInstanceTenancy() |
Vpc.Builder |
Vpc.Builder.defaultInstanceTenancy(DefaultInstanceTenancy defaultInstanceTenancy)
(experimental) The default tenancy of instances launched into the VPC.
|
| Constructor and Description |
|---|
Jsii$Proxy(String cidr,
DefaultInstanceTenancy defaultInstanceTenancy,
Boolean enableDnsHostnames,
Boolean enableDnsSupport,
Map<String,? extends FlowLogOptions> flowLogs,
Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints,
Number maxAzs,
NatProvider natGatewayProvider,
Number natGateways,
SubnetSelection natGatewaySubnets,
List<? extends SubnetConfiguration> subnetConfiguration,
Map<String,? extends VpnConnectionOptions> vpnConnections,
Boolean vpnGateway,
Number vpnGatewayAsn,
List<? extends SubnetSelection> vpnRoutePropagation)
Constructor that initializes the object based on literal property values passed by the
VpcProps.Builder. |
Copyright © 2021. All rights reserved.