SessionSummary
Summary information about a query session, including its identifier, name, and activity timestamps.
Contents
- sessionId
-
The unique ID of the session.
Type: String
Required: Yes
- createdAt
-
The timestamp when the session was created.
Type: Timestamp
Required: No
- lastActivityAt
-
The timestamp of the most recent activity in the session.
Type: Timestamp
Required: No
- sessionName
-
The human-readable name of the session. Names under
/aws/are reserved for service integrations.Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
([a-zA-Z0-9_-]+|/aws/[a-zA-Z0-9_-]+(/[a-zA-Z0-9_-]+)?)Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: