BrowserSessionSummary¶
Structure Class¶
BrowserSessionSummary
dataclass
¶
A condensed representation of a browser session in Amazon Bedrock AgentCore. This structure contains key information about a browser session, including identifiers, status, and timestamps, without the full details of the session configuration and streams.
Attributes¶
browser_identifier
instance-attribute
¶
browser_identifier: str
The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the browser session was created. This value is in ISO 8601 format.
last_updated_at
class-attribute
instance-attribute
¶
last_updated_at: datetime | None = None
The timestamp when the browser session was last updated. This value is in ISO 8601 format.
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of the browser session. This name helps identify and manage the session.
session_id
instance-attribute
¶
session_id: str
The unique identifier of the browser session. This identifier is used in operations that interact with the session.
status
instance-attribute
¶
status: BrowserSessionStatus
The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.