ResourceNotificationsResourceUpdatedDetails interface
Describes the schema of the properties under resource info which are common across all ARN system topic events
Properties
id | id of the resource for which the event is being emitted |
location | the location of the resource for which the event is being emitted |
name | name of the resource for which the event is being emitted |
properties | properties in the payload of the resource for which the event is being emitted |
tags | the tags on the resource for which the event is being emitted |
type | the type of the resource for which the event is being emitted |
Property Details
id
id of the resource for which the event is being emitted
id: string
Property Value
string
location
the location of the resource for which the event is being emitted
location: string
Property Value
string
name
name of the resource for which the event is being emitted
name: string
Property Value
string
properties
properties in the payload of the resource for which the event is being emitted
properties: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
tags
the tags on the resource for which the event is being emitted
tags: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
the type of the resource for which the event is being emitted
type: string
Property Value
string