/AWS1/CL_BDORECORDINGCONFIG¶
The recording configuration for a browser. This structure defines how browser sessions are recorded.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_enabled
TYPE /AWS1/BDOBOOLEAN
/AWS1/BDOBOOLEAN
¶
Indicates whether recording is enabled for the browser. When set to true, browser sessions are recorded.
io_s3location
TYPE REF TO /AWS1/CL_BDOS3LOCATION
/AWS1/CL_BDOS3LOCATION
¶
The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.
Queryable Attributes¶
enabled¶
Indicates whether recording is enabled for the browser. When set to true, browser sessions are recorded.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED |
s3Location¶
The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |