java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.LiveViewStream
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<LiveViewStream.Builder,LiveViewStream>

@Generated("software.amazon.awssdk:codegen") public final class LiveViewStream extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LiveViewStream.Builder,LiveViewStream>

The configuration for a stream that provides a visual representation of a browser session in Amazon Bedrock AgentCore. This stream enables agents to observe the current state of the browser, including rendered web pages, visual elements, and the results of interactions.

See Also: