enum SpotFleetRequestType
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.SpotFleetRequestType |
TypeScript (source) | aws-rfdk » deadline » SpotFleetRequestType |
The type of request.
Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. Only 'maintain' is currently supported.
Members
| Name | Description |
|---|---|
| MAINTAIN | The Spot Fleet maintains the target capacity. |
MAINTAIN
The Spot Fleet maintains the target capacity.
The Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances.

Python
TypeScript (