BatchCreateWorkloadEstimateUsageEntry
Represents an entry in a batch operation to create workload estimate usage.
Contents
- amount
-
The estimated usage amount.
Type: Double
Required: Yes
- key
-
A unique identifier for this entry in the batch operation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 10.
Pattern:
[a-zA-Z0-9]*
Required: Yes
- 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
- usageAccountId
-
The AWS account ID associated with this usage estimate.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
\d{12}
Required: Yes
- usageType
-
The type of usage being estimated.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
[-a-zA-Z0-9\.\-_:,]*
Required: Yes
- group
-
An optional group identifier for the 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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: