This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Config::OrganizationConfigRule OrganizationManagedRuleMetadata
An object that specifies organization managed rule metadata such as resource type and ID of Amazon resource along with the rule identifier. It also provides the frequency with which you want Amazon Config to run evaluations for the rule if the trigger type is periodic.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "InputParameters" :String, "MaximumExecutionFrequency" :String, "ResourceIdScope" :String, "ResourceTypesScope" :[ String, ... ], "RuleIdentifier" :String, "TagKeyScope" :String, "TagValueScope" :String}
YAML
Description:StringInputParameters:StringMaximumExecutionFrequency:StringResourceIdScope:StringResourceTypesScope:- StringRuleIdentifier:StringTagKeyScope:StringTagValueScope:String
Properties
- Description
- 
                    The description that you provide for your organization Amazon Config rule. Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- InputParameters
- 
                    A string, in JSON format, that is passed to your organization Amazon Config rule Lambda function. Required: No Type: String Minimum: 1Maximum: 2048Update requires: No interruption 
- MaximumExecutionFrequency
- 
                    The maximum frequency with which Amazon Config runs evaluations for a rule. This is for an Amazon Config managed rule that is triggered at a periodic frequency. NoteBy default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequencyparameter.Required: No Type: String Allowed values: One_Hour | Three_Hours | Six_Hours | Twelve_Hours | TwentyFour_HoursUpdate requires: No interruption 
- ResourceIdScope
- 
                    The ID of the Amazon resource that was evaluated. Required: No Type: String Minimum: 1Maximum: 768Update requires: No interruption 
- ResourceTypesScope
- 
                    The type of the Amazon resource that was evaluated. Required: No Type: Array of String Minimum: 0Maximum: 100Update requires: No interruption 
- RuleIdentifier
- 
                    For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICYis a managed rule. To reference a managed rule, see Using Amazon Config managed rules.Required: Yes Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- TagKeyScope
- 
                    One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values. Required: No Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- TagValueScope
- 
                    The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). Required: No Type: String Minimum: 1Maximum: 256Update requires: No interruption