AgentAccessConfig

The configuration for agent access on a stack. Agent access enables AI agents to interact with desktop applications during streaming sessions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored. Required when ScreenshotsUploadEnabled is true.

Link copied to clipboard

The image format for agent screen captures.

Link copied to clipboard

The screen resolution for the agent streaming environment.

Link copied to clipboard

Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.

Link copied to clipboard

The list of agent access settings that define permissions for each agent action. You must specify at least one setting.

Functions

Link copied to clipboard
inline fun copy(block: AgentAccessConfig.Builder.() -> Unit = {}): AgentAccessConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String