class Aws::ConfigService::Types::OrganizationManagedRuleMetadata
An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
@note When making an API call, you may pass OrganizationManagedRuleMetadata
data as a hash: { description: "StringWithCharLimit256Min0", rule_identifier: "StringWithCharLimit256", # required input_parameters: "StringWithCharLimit2048", maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours resource_types_scope: ["StringWithCharLimit256"], resource_id_scope: "StringWithCharLimit768", tag_key_scope: "StringWithCharLimit128", tag_value_scope: "StringWithCharLimit256", }
@!attribute [rw] description
The description that you provide for organization config rule. @return [String]
@!attribute [rw] rule_identifier
For organization config managed rules, a predefined identifier from a list. For example, `IAM_PASSWORD_POLICY` is a managed rule. To reference a managed rule, see [Using Config managed rules][1]. [1]: https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html @return [String]
@!attribute [rw] input_parameters
A string, in JSON format, that is passed to organization config rule Lambda function. @return [String]
@!attribute [rw] maximum_execution_frequency
The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency. <note markdown="1"> By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the `MaximumExecutionFrequency` parameter. </note> @return [String]
@!attribute [rw] resource_types_scope
The type of the Amazon Web Services resource that was evaluated. @return [Array<String>]
@!attribute [rw] resource_id_scope
The ID of the Amazon Web Services resource that was evaluated. @return [String]
@!attribute [rw] tag_key_scope
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. @return [String]
@!attribute [rw] tag_value_scope
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationManagedRuleMetadata AWS API Documentation
Constants
- SENSITIVE