Amazon Config · Example Payload

Config Organization Conformance Pack Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

OrganizationConformancePackNameOrganizationConformancePackArnDeliveryS3BucketDeliveryS3KeyPrefixConformancePackInputParametersExcludedAccountsLastUpdateTime

Example Payload

Raw ↑
{
  "OrganizationConformancePackName": "example-config-rule",
  "OrganizationConformancePackArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "DeliveryS3Bucket": "example-string",
  "DeliveryS3KeyPrefix": "example-string",
  "ConformancePackInputParameters": "example-string",
  "ExcludedAccounts": "123456789012",
  "LastUpdateTime": "example-string"
}