CreditAllocationHistoryEntry
A single entry in the credit allocation history, representing how a credit was applied to a specific service during a billing month.
Contents
- accountId
-
The AWS account the credit was applied to.
Type: String
Pattern:
[0-9]{12}Required: Yes
- appliedServiceName
-
The AWS service the credit was applied to.
Type: String
Required: Yes
- billingMonth
-
The billing month of the application in
YYYY-MMformat.Type: String
Length Constraints: Minimum length of 1. Maximum length of 7.
Required: Yes
- creditAmount
-
The amount of credit applied. Negative values represent credits that reduced the bill.
Type: Amount object
Required: Yes
- creditId
-
The identifier of the credit that was applied.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
[0-9]+Required: Yes
- isEstimatedBill
-
truewhen the entry was applied to an in-flight bill that has not yet been finalized.Type: Boolean
Required: Yes
- description
-
A human-readable description of the credit allocation.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: