Amazon Config · Example Payload

Config Organization Managed Rule Metadata Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

DescriptionRuleIdentifierInputParametersMaximumExecutionFrequencyResourceTypesScopeResourceIdScopeTagKeyScopeTagValueScope

Example Payload

Raw ↑
{
  "Description": "example-string",
  "RuleIdentifier": "example-string",
  "InputParameters": "example-string",
  "MaximumExecutionFrequency": "example-string",
  "ResourceTypesScope": "AWS::EC2::Instance",
  "ResourceIdScope": "example-string",
  "TagKeyScope": "example-string",
  "TagValueScope": "example-string"
}