3.44 Resource ID
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
0.5
A Resource ID is an identifier assigned to a resource by the provider. The Resource ID is commonly used for cost reporting, analysis, and allocation scenarios.
The ResourceId column adheres to the following requirements:
- ResourceId MUST be present in a FOCUS dataset when the provider supports billing based on provisioned resources.
- ResourceId MUST be of type String.
- ResourceId MUST conform to StringHandling requirements.
- ResourceId nullability is defined as follows:
- ResourceId MUST be null when a charge is not related to a resource.
- ResourceId MUST NOT be null when a charge is related to a resource.
- When ResourceId is not null, ResourceId adheres to the following additional requirements:
- ResourceId MUST be a unique identifier within the provider.
- ResourceId SHOULD be a fully-qualified identifier.
3.44.3 Description
Identifier assigned to a resource by the provider.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | \<not specified> |