Amazon Config · Example Payload

Config Organization Custom Rule Metadata Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

DescriptionLambdaFunctionArnOrganizationConfigRuleTriggerTypesInputParametersMaximumExecutionFrequencyResourceTypesScopeResourceIdScopeTagKeyScopeTagValueScope

Example Payload

Raw ↑
{
  "Description": "example-string",
  "LambdaFunctionArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "OrganizationConfigRuleTriggerTypes": "example-string",
  "InputParameters": "example-string",
  "MaximumExecutionFrequency": "example-string",
  "ResourceTypesScope": "AWS::EC2::Instance",
  "ResourceIdScope": "example-string",
  "TagKeyScope": "example-string",
  "TagValueScope": "example-string"
}