Capacity reservation columns - AWS Data Exports

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 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, Used or Unused

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