Skip to content

/AWS1/CL_BDCBROWSERPROFILECONF

The configuration for a browser profile in Amazon Bedrock AgentCore. A browser profile contains persistent browser data such as cookies and local storage that can be saved from one browser session and reused in subsequent sessions. Browser profiles enable continuity for tasks that require authentication, maintain user preferences, or depend on previously stored browser state.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_profileidentifier TYPE /AWS1/BDCBROWSERPROFILEID /AWS1/BDCBROWSERPROFILEID

The unique identifier of the browser profile. This identifier is used to reference the profile when starting new browser sessions or saving session data to the profile.


Queryable Attributes

profileIdentifier

The unique identifier of the browser profile. This identifier is used to reference the profile when starting new browser sessions or saving session data to the profile.

Accessible with the following methods

Method Description
GET_PROFILEIDENTIFIER() Getter for PROFILEIDENTIFIER, with configurable default
ASK_PROFILEIDENTIFIER() Getter for PROFILEIDENTIFIER w/ exceptions if field has no v
HAS_PROFILEIDENTIFIER() Determine if PROFILEIDENTIFIER has a value