AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the StopBrowserSession operation. Terminates an active browser session in Amazon Bedrock AgentCore. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
To stop a browser session, you must specify both the browser identifier and the session
ID. Once stopped, a session cannot be restarted; you must create a new session using
StartBrowserSession.
The following operations are related to StopBrowserSession:
Namespace: Amazon.BedrockAgentCore.Model
Assembly: AWSSDK.BedrockAgentCore.dll
Version: 3.x.y.z
public class StopBrowserSessionRequest : AmazonBedrockAgentCoreRequest IAmazonWebServiceRequest
The StopBrowserSessionRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
StopBrowserSessionRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
BrowserIdentifier | System.String |
Gets and sets the property BrowserIdentifier. The unique identifier of the browser associated with the session. |
|
ClientToken | System.String |
Gets and sets the property ClientToken. A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error. |
|
SessionId | System.String |
Gets and sets the property SessionId. The unique identifier of the browser session to stop. |
|
TraceId | System.String |
Gets and sets the property TraceId. The trace identifier for request tracking. |
|
TraceParent | System.String |
Gets and sets the property TraceParent. The parent trace information for distributed tracing. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5