NotificationRuleState class

Input properties used for looking up and filtering NotificationRule resources.

Constructors

NotificationRuleState({Input<String?>? arn, Input<String?>? detailType, Input<List<String>?>? eventTypeIds, Input<String?>? name, Input<String?>? region, Input<String?>? resource, Input<String?>? status, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<List<NotificationRuleTarget>?>? targets})
Creates a new NotificationRuleState. arn The codestar notification rule ARN. detailType The level of detail to include in the notifications for this resource. Possible values are BASIC and FULL. eventTypeIds A list of event types associated with this notification rule. name The name of notification rule. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. resource The ARN of the resource to associate with the notification rule. status The status of the notification rule. Possible values are ENABLED and DISABLED, default is ENABLED. tags A 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 A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. targets Configuration blocks containing notification target information. Can be specified multiple times. At least one target must be specified on creation.
const
NotificationRuleState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The codestar notification rule ARN.
final
detailType → Input<String?>?
The level of detail to include in the notifications for this resource. Possible values are BASIC and FULL.
final
eventTypeIds → Input<List<String>?>?
A list of event types associated with this notification rule. For list of allowed events see here.
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The name of notification rule.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
resource → Input<String?>?
The ARN of the resource to associate with the notification rule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → Input<String?>?
The status of the notification rule. Possible values are ENABLED and DISABLED, default is ENABLED.
final
tags → Input<Map<String, String>?>?
A 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>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
targets → Input<List<NotificationRuleTarget>?>?
Configuration blocks containing notification target information. Can be specified multiple times. At least one target must be specified on creation.
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