Skip to content

/AWS1/CL_BDCAUTOMATIONSTREAM

The configuration for a stream that enables programmatic control of a browser session in Amazon Bedrock. This stream provides a bidirectional communication channel for sending commands to the browser and receiving responses, allowing agents to automate web interactions such as navigation, form filling, and element clicking.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_streamendpoint TYPE /AWS1/BDCBROWSERSTREAMENDPOINT /AWS1/BDCBROWSERSTREAMENDPOINT

The endpoint URL for the automation stream. This URL is used to establish a WebSocket connection to the stream for sending commands and receiving responses.

iv_streamstatus TYPE /AWS1/BDCAUTOMATIONSTREAMSTAT /AWS1/BDCAUTOMATIONSTREAMSTAT

The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.


Queryable Attributes

streamEndpoint

The endpoint URL for the automation stream. This URL is used to establish a WebSocket connection to the stream for sending commands and receiving responses.

Accessible with the following methods

Method Description
GET_STREAMENDPOINT() Getter for STREAMENDPOINT, with configurable default
ASK_STREAMENDPOINT() Getter for STREAMENDPOINT w/ exceptions if field has no valu
HAS_STREAMENDPOINT() Determine if STREAMENDPOINT has a value

streamStatus

The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.

Accessible with the following methods

Method Description
GET_STREAMSTATUS() Getter for STREAMSTATUS, with configurable default
ASK_STREAMSTATUS() Getter for STREAMSTATUS w/ exceptions if field has no value
HAS_STREAMSTATUS() Determine if STREAMSTATUS has a value