Amazon Config · Example Payload

Config Organization Custom Policy Rule Metadata Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

DescriptionOrganizationConfigRuleTriggerTypesInputParametersMaximumExecutionFrequencyResourceTypesScopeResourceIdScopeTagKeyScopeTagValueScopePolicyRuntimePolicyTextDebugLogDeliveryAccounts

Example Payload

Raw ↑
{
  "Description": "example-string",
  "OrganizationConfigRuleTriggerTypes": "example-string",
  "InputParameters": "example-string",
  "MaximumExecutionFrequency": "example-string",
  "ResourceTypesScope": "AWS::EC2::Instance",
  "ResourceIdScope": "example-string",
  "TagKeyScope": "example-string",
  "TagValueScope": "example-string",
  "PolicyRuntime": "example-string",
  "PolicyText": "example-string",
  "DebugLogDeliveryAccounts": "123456789012"
}