Event
Contains information about an event in a memory store.
Contents
- actorId
-
The identifier of the actor associated with the event.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9-_/]*
Required: Yes
- eventId
-
The unique identifier of the event.
Type: String
Pattern:
[0-9]+#[a-fA-F0-9]+
Required: Yes
- eventTimestamp
-
The timestamp when the event occurred.
Type: Timestamp
Required: Yes
- memoryId
-
The identifier of the memory store containing the event.
Type: String
Length Constraints: Minimum length of 12.
Pattern:
[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}
Required: Yes
- payload
-
The content payload of the event.
Type: Array of PayloadType objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Required: Yes
- sessionId
-
The identifier of the session containing the event.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9-_]*
Required: Yes
- branch
-
The branch information for the event.
Type: Branch object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: