BatchCreateWorkloadEstimateUsageItem
Represents a successfully created item in a batch operation for workload estimate usage.
Contents
- operation
 - 
               
The specific operation associated with this usage estimate.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 32.
Pattern:
[-a-zA-Z0-9\.\-_:, \/()]*Required: Yes
 - serviceCode
 - 
               
The AWS service code for this usage estimate.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 32.
Pattern:
[-a-zA-Z0-9\.\-_:, \/()]*Required: Yes
 - usageType
 - 
               
The type of usage that was estimated.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
[-a-zA-Z0-9\.\-_:, \/()]*Required: Yes
 - cost
 - 
               
The estimated cost associated with this usage.
Type: Double
Required: No
 - currency
 - 
               
The currency of the estimated cost.
Type: String
Valid Values:
USDRequired: No
 - group
 - 
               
The group identifier for the created usage estimate.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 30.
Pattern:
[a-zA-Z0-9-]*Required: No
 - historicalUsage
 - 
               
Historical usage data associated with this estimate, if available.
Type: HistoricalUsageEntity object
Required: No
 - id
 - 
               
The unique identifier assigned to the created usage 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: No
 - key
 - 
               
The key of the successfully created entry.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 10.
Pattern:
[a-zA-Z0-9]*Required: No
 - location
 - 
               
The location associated with this usage estimate.
Type: String
Required: No
 - quantity
 - 
               
The estimated usage quantity.
Type: WorkloadEstimateUsageQuantity object
Required: No
 - status
 - 
               
The current status of the created usage estimate.
Type: String
Valid Values:
VALID | INVALID | STALERequired: No
 - usageAccountId
 - 
               
The AWS account ID associated with the created usage estimate.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
\d{12}Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: