Amazon Config · Example Payload

Config Recording Group Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

allSupportedincludeGlobalResourceTypesresourceTypesexclusionByResourceTypesrecordingStrategy

Example Payload

Raw ↑
{
  "allSupported": "example-string",
  "includeGlobalResourceTypes": "AWS::EC2::Instance",
  "resourceTypes": "AWS::EC2::Instance",
  "exclusionByResourceTypes": "AWS::EC2::Instance",
  "recordingStrategy": "example-string"
}