ResourceNotificationsResourceUpdatedDetails interface
介绍所有 ARN 系统主题事件中通用的资源信息下属性的架构
属性
| id | 要为其发出事件的资源的 ID |
| location | 要为其发出事件的资源的位置 |
| name | 要为其发出事件的资源的名称 |
| properties | 要为其发出事件的资源的有效负载中的属性 |
| tags | 要为其发出事件的资源的标记 |
| type | 要为其发出事件的资源的类型 |
属性详细信息
id
要为其发出事件的资源的 ID
id: string
属性值
string
location
要为其发出事件的资源的位置
location: string
属性值
string
name
要为其发出事件的资源的名称
name: string
属性值
string
properties
要为其发出事件的资源的有效负载中的属性
properties: {[propertyName: string]: any}
属性值
{[propertyName: string]: any}
tags
要为其发出事件的资源的标记
tags: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
type
要为其发出事件的资源的类型
type: string
属性值
string