OrganizationManagedRuleMetadata class

An object that specifies organization managed rule metadata such as resource type and ID of AWS resource along with the rule identifier. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.

Constructors

OrganizationManagedRuleMetadata({required String ruleIdentifier, String? description, String? inputParameters, MaximumExecutionFrequency? maximumExecutionFrequency, String? resourceIdScope, List<String>? resourceTypesScope, String? tagKeyScope, String? tagValueScope})
OrganizationManagedRuleMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The description that you provide for organization config rule.
final
hashCode int
The hash code for this object.
no setterinherited
inputParameters String?
A string, in JSON format, that is passed to organization config rule Lambda function.
final
maximumExecutionFrequency MaximumExecutionFrequency?
The maximum frequency with which AWS Config runs evaluations for a rule. You are using an AWS managed rule that is triggered at a periodic frequency.
final
resourceIdScope String?
The ID of the AWS resource that was evaluated.
final
resourceTypesScope List<String>?
The type of the AWS resource that was evaluated.
final
ruleIdentifier String
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 AWS Managed Config Rules.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagKeyScope String?
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.
final
tagValueScope String?
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited