漂移偵測狀態變更事件詳情 - AWS CloudFormation

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

漂移偵測狀態變更事件詳情

以下是堆疊漂移偵測事件的詳細資訊欄位。

sourcedetail-type欄位會包含在內,因為它們包含 AWS CloudFormation 事件的特定值。

{ . . ., "detail-type":"CloudFormation Drift Detection Status Change", "source":"aws.cloudformation", . . ., "detail":{ "stack-id":"string", "stack-drift-detection-id":"string", "status-details":{ "stack-drift-status":"string", "detection-status":"string" }, "drift-detection-details":{ "drifted-stack-resource-count":integer }, "client-request-token":"string" } }
detail-type

識別事件的類型。

若是堆疊漂移偵測事件,此值為 CloudFormation Drift Detection Status Change

source

識別產生事件的服務。對於 CloudFormation事件,此值為aws.cloudformation

detail

包含事JSON件相關資訊的物件。產生事件的服務會決定此欄位的內容。

若是堆疊漂移偵測事件,此資料包括:

stack-id

與堆疊關聯的唯一的堆疊 ID。

stack-drift-detection-id

堆疊漂移偵測 ID。

status-details
stack-drift-status

堆疊的漂移狀態。

detection-status

漂移偵測操作狀態。

drift-detection-details
drifted-stack-resource-count

漂移資源的數量。當值為 -1 時,代表漂移偵測正在進行。所有其他非負整數代表漂移資源的實際數量。

client-request-token

用來呼叫的存取權杖API。針對特定堆疊操作啟動的所有事件,系統會指派相同的用戶端請求權杖,您即可透過該權杖追蹤操作。從控制台啟動的堆棧操作使用令牌格式控制台 StackOperation-ID,它可以幫助您輕鬆識別堆棧操作。舉例來說,若您使用主控台建立堆疊,則系統將指派相同字符給每個產生的堆疊事件,該字符格式如下所示:Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002

範例:堆疊漂移偵測事件

以下是「堆疊漂移偵測」事件的範例。此事件詳細說明 CloudFormation 已在指定堆疊上完成漂移偵測,以及堆疊目前由於一個漂移資源DRIFTED而具有漂移狀態。

{ "version":"0", "id":"6a7e8feb-b491-4cf7-a9f1-bf3703467718", "detail-type":"CloudFormation Drift Detection Status Change", "source":"aws.cloudformation", "account":"111122223333", "time":"2017-12-22T18:43:48Z", "region":"us-west-1", "resources": ["string"], "detail":{ "stack-id":"arn:aws:cloudformation:us-west-1:111122223333:stack/teststack", "stack-drift-detection-id":"624af370-311a-11e8-b6b7-500cexample", "status-details":{ "stack-drift-status":"DRIFTED", "detection-status":"DETECTION_COMPLETE" }, "drift-detection-details":{ "drifted-stack-resource-count":1 }, "client-request-token":"" } }