Amazon Config · Schema

AWS Config Rule

Schema for an AWS Config rule resource, representing a compliance rule that evaluates whether AWS resources conform to desired configurations.

AuditingAWSComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigRuleName string The name that you assign to the AWS Config rule.
ConfigRuleArn string The ARN of the AWS Config rule.
ConfigRuleId string The ID of the AWS Config rule.
Description string The description that you provide for the AWS Config rule.
Scope object Defines which resources trigger an evaluation for the rule.
Source object Provides the rule owner, rule identifier, and notifications that cause the function to evaluate your AWS resources.
InputParameters string A string, in JSON format, that is passed to the AWS Config rule Lambda function.
MaximumExecutionFrequency string The maximum frequency with which AWS Config runs evaluations for a rule.
ConfigRuleState string Indicates whether the AWS Config rule is active or is currently being deleted.
View JSON Schema on GitHub