
# 事件通知配置
#### 命名空间
obs.TopicConfiguration
#### 参数描述
表1TopicConfiguration 
| **参数名称**    | **参数类型**                                                                                   | **是否必选**  | **描述**                                                                                   |
|:---|:---|:---|:---|
| id          | str                                                                                        | 作为请求参数时可选 | 事件通知配置ID。                                                                                |
| topic       | str                                                                                        | 作为请求参数时必选 | 事件通知主题的URN，当OBS检测到桶中发生特定的事件后，将会发布通知消息至该主题。                                               |
| events      | list of str                                                                                | 作为请求参数时必选 | 需要发布通知消息的[事件类型](https://support.huaweicloud.com/sdk-python-devg-obs/obs_22_0706.html)列表。 |
| filterRules | list of [FilterRule](https://support.huaweicloud.com/sdk-python-devg-obs/obs_22_1448.html) | 作为请求参数时可选 | 过滤规则列表。                                                                                  |
   
