2.8 Capacity Reservation ID
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
1.1
A Capacity Reservation ID is the identifier assigned to a capacity reservation by the provider. Capacity Reservation ID is commonly used for scenarios to allocate charges for capacity reservation usage.
The CapacityReservationId column adheres to the following requirements:
- CapacityReservationId MUST be present in a FOCUS dataset when the provider supports capacity reservations and MUST be of type String.
- CapacityReservationId SHOULD NOT be null when a charge is related to a capacity reservation.
- CapacityReservationId MUST NOT be null when a charge represents the unused portion of a capacity reservation.
- CapacityReservationId MUST be null when a charge is not related to a capacity reservation.
- CapacityReservationId MUST ensure global uniqueness within the provider and SHOULD be a fully-qualified identifier.
2.8.3 Description
The identifier assigned to a capacity reservation by the provider.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | \<not specified> |