AWS Config ConfigRule Source
Source is a property of the AWS::Config::ConfigRule resource that specifies the rule owner, the
rule identifier, and the events that trigger an AWS Config evaluation of your AWS
resources.
Syntax
JSON
{ "Owner" :String, "SourceDetails" : [SourceDetail, ...], "SourceIdentifier" :String}
YAML
Owner:StringSourceDetails: -SourceDetailSourceIdentifier:String
Properties
Owner-
Indicates who owns and manages the AWS Config rule. For valid values, see the Source data type in the AWS Config API Reference.
Required: Yes
Type: String
SourceDetails-
Provides the source and type of event that triggers AWS Config to evaluate your AWS resources.
Required: No
Type: List of AWS Config ConfigRule SourceDetails
SourceIdentifier-
For AWS managed rules, the identifier of the rule. For a list of identifiers, see AWS Managed Rules in the AWS Config Developer Guide.
For customer managed rules, the Amazon Resource Name (ARN) of the rule's Lambda function.
Required: Yes
Type: String
