

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

# 驗證交付狀態
<a name="verify-delivery-status"></a>

輸入 [https://docs.aws.amazon.com/cli/latest/reference/configservice/describe-delivery-channel-status.html](https://docs.aws.amazon.com/cli/latest/reference/configservice/describe-delivery-channel-status.html)命令以確認 AWS Config 已開始將組態交付至指定的交付管道：

```
aws configservice describe-delivery-channel-status
```

回應會列出 AWS Config 用來將組態交付至儲存貯體和主題的所有三種交付格式的狀態。

```
{
    "DeliveryChannelsStatus": [
        {
            "configStreamDeliveryInfo": {
                "lastStatusChangeTime": 1415138614.125,
                "lastStatus": "SUCCESS"
            },
            "configHistoryDeliveryInfo": {
                "lastSuccessfulTime": 1415148744.267,
                "lastStatus": "SUCCESS",
                "lastAttemptTime": 1415148744.267
            },
            "configSnapshotDeliveryInfo": {
                "lastSuccessfulTime": 1415333113.4159999,
                "lastStatus": "SUCCESS",
                "lastAttemptTime": 1415333113.4159999
            },
            "name": "default"
        }
    ]
}
```

檢視 中的 `lastSuccessfulTime` 欄位`configSnapshotDeliveryInfo`。時間應該符合您上次請求交付組態快照的時間。

**注意**  
AWS Config 使用 UTC 格式 （國際標準時間） 來記錄時間。