| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnHost.Builder |
CfnHost.Builder.autoPlacement(String autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
CfnHost.Builder |
CfnHost.Builder.availabilityZone(String availabilityZone)
The Availability Zone in which to allocate the Dedicated Host.
|
static CfnHost.Builder |
CfnHost.Builder.create(software.constructs.Construct scope,
String id) |
CfnHost.Builder |
CfnHost.Builder.hostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
CfnHost.Builder |
CfnHost.Builder.instanceFamily(String instanceFamily)
`AWS::EC2::Host.InstanceFamily`.
|
CfnHost.Builder |
CfnHost.Builder.instanceType(String instanceType)
Specifies the instance type to be supported by the Dedicated Hosts.
|
CfnHost.Builder |
CfnHost.Builder.outpostArn(String outpostArn)
`AWS::EC2::Host.OutpostArn`.
|
Copyright © 2022. All rights reserved.