Capacity reservation columns
Capacity reservation columns contain data about capacity reservations that apply to the line item.
| Column name | Description | Data Type | Nullability | Properties |
|---|---|---|---|---|
| capacity_reservation_capacity_reservation_arn |
Table configuration: Added by: INCLUDE CAPACITY RESERVATION DATA The capacity reservation ARN represents the unique identifier of the capacity reservation |
String | Nullable |
This field is not null when a charge is related to a capacity reservation This field is not null when a charge represents the unused portion of a capacity reservation This field is null when a charge is not related to a capacity reservation |
| capacity_reservation_capacity_reservation_status |
Table configuration: Added by: INCLUDE CAPACITY RESERVATION DATA Indicates whether the line item represents either the consumption or the cancellation (in the case of Future-dated Capacity reservation) of the capacity reservation identified in the capacity_reservation_capacity_reservation_arn column or when the capacity reservation is unused or when the capacity reservation is reserved. |
String | Nullable |
This field is null when capacity_reservation_capacity_reservation_arn is null This field is not null when capacity_reservation_capacity_reservation_arn is not null and line_item_line_item_type is Usage or SavingsPlannedCoveredUsage or DiscountedUsage This field contains one of the allowed values – Reserved, Cancelling, Used or Unused. The status Cancelling is applicable when a Future-dated Capacity Reservation is cancelled by a customer. |
| capacity_reservation_capacity_reservation_type |
Table configuration: Added by: INCLUDE CAPACITY RESERVATION DATA The capacity reservation type field represents the type of capacity reservation purchased. Currently, there are 2 types ODCR and EC2 Capacity Blocks for ML |
String | Nullable |
This field is null when capacity_reservation_capacity_reservation_arn is null This field is not null when capacity_reservation_capacity_reservation_arn is not null and line_item_line_item_type is Usage or SavingsPlannedCoveredUsage or DiscountedUsage This field contains one of the allowed values – ODCR or EC2 Capacity Blocks for ML |