| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.context(String context)
Reserved.
|
static CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.create(software.constructs.Construct scope,
String id) |
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.excessCapacityTerminationPolicy(String excessCapacityTerminationPolicy)
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.launchTemplateConfigs(IResolvable launchTemplateConfigs)
The configuration for the EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.launchTemplateConfigs(List<? extends Object> launchTemplateConfigs)
The configuration for the EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.onDemandOptions(CfnEC2Fleet.OnDemandOptionsRequestProperty onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.onDemandOptions(IResolvable onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.replaceUnhealthyInstances(Boolean replaceUnhealthyInstances)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.replaceUnhealthyInstances(IResolvable replaceUnhealthyInstances)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.spotOptions(CfnEC2Fleet.SpotOptionsRequestProperty spotOptions)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.spotOptions(IResolvable spotOptions)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.tagSpecifications(IResolvable tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.tagSpecifications(List<? extends Object> tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.targetCapacitySpecification(CfnEC2Fleet.TargetCapacitySpecificationRequestProperty targetCapacitySpecification)
The number of units to request.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.targetCapacitySpecification(IResolvable targetCapacitySpecification)
The number of units to request.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.terminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.terminateInstancesWithExpiration(IResolvable terminateInstancesWithExpiration)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.type(String type)
The fleet type.
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.validFrom(String validFrom)
The start date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.validUntil(String validUntil)
The end date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
|
Copyright © 2022. All rights reserved.