SessionSummary
Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
Contents
- createdAt
-
The timestamp for when the session was created.
Type: Timestamp
Required: Yes
- lastUpdatedAt
-
The timestamp for when the session was last modified.
Type: Timestamp
Required: Yes
- sessionArn
-
The Amazon Resource Name (ARN) of the session.
Type: String
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]+:[0-9]{12}:session/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: Yes
- sessionId
-
The unique identifier for the session.
Type: String
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: Yes
- sessionStatus
-
The current status of the session.
Type: String
Valid Values:
ACTIVE | EXPIRED | ENDED
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: