| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default DefaultInstanceTenancy |
VpcProps.getDefaultInstanceTenancy()
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)
The default tenancy of instances launched into the VPC.
|
Copyright © 2022. All rights reserved.