OrganizationCustomRuleMetadata class

An object that specifies organization custom rule metadata such as resource type, resource ID of AWS resource, Lamdba function ARN, and organization trigger types that trigger AWS Config to evaluate your AWS resources against a rule. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.

Constructors

OrganizationCustomRuleMetadata({required String lambdaFunctionArn, required List<OrganizationConfigRuleTriggerType> organizationConfigRuleTriggerTypes, String? description, String? inputParameters, MaximumExecutionFrequency? maximumExecutionFrequency, String? resourceIdScope, List<String>? resourceTypesScope, String? tagKeyScope, String? tagValueScope})
OrganizationCustomRuleMetadata.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
lambdaFunctionArn String
The lambda function ARN.
final
maximumExecutionFrequency MaximumExecutionFrequency?
The maximum frequency with which AWS Config runs evaluations for a rule. Your custom rule is triggered when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
final
organizationConfigRuleTriggerTypes List<OrganizationConfigRuleTriggerType>
The type of notification that triggers AWS Config to run an evaluation for a rule. You can specify the following notification types:
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
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