Amazon Config · Example Payload

Config Delivery Channel Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

names3BucketNames3KeyPrefixs3KmsKeyArnsnsTopicARNconfigSnapshotDeliveryProperties

Example Payload

Raw ↑
{
  "name": "example-config-rule",
  "s3BucketName": "example-config-rule",
  "s3KeyPrefix": "example-string",
  "s3KmsKeyArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "snsTopicARN": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "configSnapshotDeliveryProperties": "example-string"
}