ResourceOutput interface
Common resource representation.
Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
id
Resource ID.
id?: string
Property Value
string
location
Resource location.
location?: string
Property Value
string
name
Resource name.
name?: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Resource type.
type?: string
Property Value
string