AutomationRuleV2State constructor
- 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< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?>
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.
Implementation
const AutomationRuleV2State({
this.action,
this.arn,
this.criteria,
this.description,
this.region,
this.ruleId,
this.ruleName,
this.ruleOrder,
this.ruleStatus,
this.tags,
this.tagsAll,
});