RecommenderFilterSummary
Provides a summary of a recommender filter's configuration and current state.
Contents
- CreatedAt
-
The timestamp when the recommender filter was created.
Type: Timestamp
Required: No
- Description
-
A description of the recommender filter's purpose and characteristics.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- FailureReason
-
If the recommender filter is in a failed state, provides the reason for the failure.
Type: String
Required: No
- RecommenderFilterExpression
-
The filter expression that defines which items to include or exclude from recommendations.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2500.
Required: No
- RecommenderFilterName
-
The name of the recommender filter.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
[a-zA-Z0-9_-]+Required: No
- RecommenderSchemaName
-
The name of the recommender schema associated with this recommender filter.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$Required: No
- Status
-
The current operational status of the recommender filter.
Type: String
Valid Values:
ACTIVE | PENDING | IN_PROGRESS | FAILED | DELETINGRequired: No
- Tags
-
The tags used to organize, track, or control access for this resource.
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:)[a-zA-Z+-=._:/]+$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: