本文介绍私网连接通过云监控和配置审计接入,作为事件源发布到事件总线EventBridge的事件类型。
事件类型
私网连接支持发布到事件总线EventBridge的事件类型如下所示。
事件类型 | type参数值 |
终端节点连接被接受 | privatelink:CloudMonitor:Endpoint[Connection:Accept] |
终端节点连接被拒绝 | privatelink:CloudMonitor:Endpoint[Connection:Reject] |
终端节点新增Zone建立连接 | privatelink:CloudMonitor:Endpoint[Connection:Zone:Accept] |
删除终端节点连接Zone | privatelink:CloudMonitor:Endpoint[Connection:Zone:Delete] |
自动接受终端节点连接 | privatelink:CloudMonitor:Service[Connection:AutoAccept] |
终端节点连接被删除 | privatelink:CloudMonitor:Service[Connection:Delete] |
手动接受终端节点连接 | privatelink:CloudMonitor:Service[Connection:ManualAccept] |
拒绝终端节点连接 | privatelink:CloudMonitor:Service[Connection:Reject] |
终端节点连接新增Zone连接 | privatelink:CloudMonitor:Service[Connection:Zone:Accept] |
终端节点连接Zone被删除 | privatelink:CloudMonitor:Service[Connection:Zone:Delete] |
资源变更投递 | privatelink:Config:ConfigurationItemChangeNotification |
资源评估不合规通知 | privatelink:Config:NonCompliantNotification |
CloudEvents规范中定义的参数解释,请参见事件概述。