3.1.52 Resource Name
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
0.5
The Resource Name is a display name assigned to a resource. It is commonly used for cost analysis, reporting, and allocation scenarios.
3.1.52.1 Requirements
ResourceName MUST adhere to the following requirements:
- ResourceName MUST be of type String.
- ResourceName MUST conform to StringHandling requirements.
- ResourceName MUST adhere to the following nullability requirements:
- ResourceName MUST be null when ResourceId is null or when the resource does not have an assigned display name.
- ResourceName MUST NOT be null when ResourceId is not null and the resource has an assigned display name.
- ResourceName MUST NOT duplicate ResourceId when the resource is not provisioned interactively or only has a system-generated ResourceId.
3.1.52.4 Description
Display name assigned to a resource.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | \<not specified> |