WorkloadEstimateSummary
Provides a summary of a workload estimate.
Contents
- id
-
The unique identifier of the workload estimate.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}
Required: Yes
- costCurrency
-
The currency of the estimated cost.
Type: String
Valid Values:
USD
Required: No
- createdAt
-
The timestamp when the workload estimate was created.
Type: Timestamp
Required: No
- expiresAt
-
The timestamp when the workload estimate will expire.
Type: Timestamp
Required: No
- failureMessage
-
An error message if the workload estimate creation or processing failed.
Type: String
Required: No
- name
-
The name of the workload estimate.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 64.
Pattern:
[a-zA-Z0-9-]+
Required: No
- rateTimestamp
-
The timestamp of the pricing rates used for the estimate.
Type: Timestamp
Required: No
- rateType
-
The type of pricing rates used for the estimate.
Type: String
Valid Values:
BEFORE_DISCOUNTS | AFTER_DISCOUNTS
Required: No
- status
-
The current status of the workload estimate.
Type: String
Valid Values:
UPDATING | VALID | INVALID | ACTION_NEEDED
Required: No
- totalCost
-
The total estimated cost for the workload.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: