Skip to content

Bedrock Agentcore Control  >  Structures  >  RecordingConfig

RecordingConfig

Structure Class

RecordingConfig dataclass

The recording configuration for a browser. This structure defines how browser sessions are recorded.

Attributes

enabled class-attribute instance-attribute
enabled: bool = False

Indicates whether recording is enabled for the browser. When set to true, browser sessions are recorded.

s3_location class-attribute instance-attribute
s3_location: S3Location | None = None

The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.