Rule
Information about a rule.
Contents
- Actions
-
A list of actions to be run when the rule is triggered.
Type: Array of RuleAction objects
Required: Yes
- CreatedTime
-
The timestamp for when the rule was created.
Type: Timestamp
Required: Yes
- Function
-
The conditions of the rule.
Type: String
Required: Yes
- LastUpdatedBy
-
The Amazon Resource Name (ARN) of the user who last updated the rule.
Type: String
Required: Yes
- LastUpdatedTime
-
The timestamp for the when the rule was last updated.
Type: Timestamp
Required: Yes
- Name
-
The name of the rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^[0-9a-zA-Z._-]+
Required: Yes
- PublishStatus
-
The publish status of the rule.
Type: String
Valid Values:
DRAFT | PUBLISHED
Required: Yes
- RuleArn
-
The Amazon Resource Name (ARN) of the rule.
Type: String
Required: Yes
- RuleId
-
A unique identifier for the rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- TriggerEventSource
-
The event source to trigger the rule.
Type: RuleTriggerEventSource object
Required: Yes
- Tags
-
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$
Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: