AWS SDK Version 3 for .NET
API Reference

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:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BedrockAgentCore.AmazonBedrockAgentCoreRequest
      Amazon.BedrockAgentCore.Model.StopBrowserSessionRequest

Namespace: Amazon.BedrockAgentCore.Model
Assembly: AWSSDK.BedrockAgentCore.dll
Version: 3.x.y.z

Syntax

C#
public class StopBrowserSessionRequest : AmazonBedrockAgentCoreRequest
         IAmazonWebServiceRequest

The StopBrowserSessionRequest type exposes the following members

Constructors

NameDescription
Public Method StopBrowserSessionRequest()

Properties

NameTypeDescription
Public Property BrowserIdentifier System.String

Gets and sets the property BrowserIdentifier.

The unique identifier of the browser associated with the session.

Public Property 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.

Public Property SessionId System.String

Gets and sets the property SessionId.

The unique identifier of the browser session to stop.

Public Property TraceId System.String

Gets and sets the property TraceId.

The trace identifier for request tracking.

Public Property TraceParent System.String

Gets and sets the property TraceParent.

The parent trace information for distributed tracing.

Version Information

.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