View a markdown version of this page

RuleSearchSummary - Amazon Connect Customer

RuleSearchSummary

A summary of information about a rule, returned as part of the response to a SearchRules operation.

Contents

ActionSummaries

A list of ActionTypes associated with a rule.

Type: Array of ActionSummary objects

Required: Yes

CreatedTime

The timestamp for when the rule was created.

Type: Timestamp

Required: Yes

LastUpdatedBy

The Amazon Resource Name (ARN) of the user who last updated the rule.

Type: String

Required: Yes

LastUpdatedTime

The timestamp for 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

RuleCapabilityTiers

The list of capability tiers associated with the rule. Used for categorizing rules by capability (for example, GenerativeAI).

Type: Array of strings

Valid Values: GenerativeAI

Required: No

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: