Amazon Config · Example Payload

Config Delivery Channel Status Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Delivery Channel Status Example is an example object payload from Amazon Config, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameconfigSnapshotDeliveryInfoconfigHistoryDeliveryInfoconfigStreamDeliveryInfo

Example Payload

Raw ↑
{
  "name": "example-config-rule",
  "configSnapshotDeliveryInfo": "example-string",
  "configHistoryDeliveryInfo": "example-string",
  "configStreamDeliveryInfo": "example-string"
}