AutomationRuleV2State class

Input properties used for looking up and filtering AutomationRuleV2 resources.

Constructors

AutomationRuleV2State({Input<AutomationRuleV2Action?>? action, Input<String?>? arn, Input<AutomationRuleV2Criteria?>? criteria, Input<String?>? description, Input<String?>? region, Input<String?>? ruleId, Input<String?>? ruleName, Input<double?>? ruleOrder, Input<String?>? ruleStatus, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new AutomationRuleV2State. action Actions to take when the rule matches. Maximum of 1 action block. See action below. arn Optional. criteria Filtering type and configuration of the automation rule. See criteria below. description A description of the automation rule. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. ruleId ID of the automation rule. ruleName The name of the automation rule. ruleOrder The priority of the rule. Lower values indicate higher priority. ruleStatus The status of the rule. Valid values: ENABLED, DISABLED. Defaults to ENABLED. tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
AutomationRuleV2State.fromMap(Map<String, dynamic> map)
factory

Properties

action → Input<AutomationRuleV2Action?>?
Actions to take when the rule matches. Maximum of 1 action block. See action below.
final
arn → Input<String?>?
final
criteria → Input<AutomationRuleV2Criteria?>?
Filtering type and configuration of the automation rule. See criteria below.
final
description → Input<String?>?
A description of the automation rule.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
ruleId → Input<String?>?
ID of the automation rule.
final
ruleName → Input<String?>?
The name of the automation rule.
final
ruleOrder → Input<double?>?
The priority of the rule. Lower values indicate higher priority.
final
ruleStatus → Input<String?>?
The status of the rule. Valid values: ENABLED, DISABLED. Defaults to ENABLED.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

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

Operators

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