BrowserSessionSummary - Amazon Bedrock AgentCore

BrowserSessionSummary

A condensed representation of a browser session in Amazon Bedrock. This structure contains key information about a browser session, including identifiers, status, and timestamps, without the full details of the session configuration and streams.

Contents

browserIdentifier

The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.

Type: String

Required: Yes

createdAt

The timestamp when the browser session was created. This value is in ISO 8601 format.

Type: Timestamp

Required: Yes

sessionId

The unique identifier of the browser session. This identifier is used in operations that interact with the session.

Type: String

Pattern: [0-9a-zA-Z]{1,40}

Required: Yes

status

The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

Type: String

Valid Values: READY | TERMINATED

Required: Yes

lastUpdatedAt

The timestamp when the browser session was last updated. This value is in ISO 8601 format.

Type: Timestamp

Required: No

name

The name of the browser session. This name helps identify and manage the session.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: