Skip to content

Commit

Permalink
[Editorial] ResourceType: convert the normative statements into bulle…
Browse files Browse the repository at this point in the history
…t points (#629)

This PR is in alignment with Issue #606
  • Loading branch information
jpradocueva authored Nov 9, 2024
1 parent 5d85c99 commit c773e3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specification/columns/resourcetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Resource Type describes the kind of [*resource*](#glossary:resource) the charge applies to. A Resource Type is commonly used for scenarios like identifying cost changes in groups of similar *resources* and may include values like Virtual Machine, Data Warehouse, and Load Balancer.

The ResourceType column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset) when the provider supports billing based on provisioned resources and supports assigning a type for resources. This column MUST be of type String and MUST NOT be null when a corresponding [ResourceId](#resourceid) is not null. When a corresponding ResourceId value is null, the ResourceType column value MUST also be null.
The ResourceType column adheres to the following requirements:

* The ResourceType column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset) when the provider supports billing based on provisioned resources and supports assigning a type for resources.
* This column MUST be of type String and MUST NOT be null when a corresponding [ResourceId](#resourceid) is not null.
* When a corresponding ResourceId value is null, the ResourceType column value MUST also be null.

## Column ID

Expand Down

0 comments on commit c773e3f

Please sign in to comment.