Values.AgentAccessConfigForUpdateSourceThe configuration for updating agent access on a stack. This type supports partial updates, so you only need to specify the fields you want to change.
type nonrec t = {settings : AgentAccessSettingList.t option;The list of agent access settings that define permissions for each agent action.
*)s3BucketArn : S3BucketArn.t option;The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored.
*)screenshotsUploadEnabled : BooleanObject.t option;Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.
*)screenResolution : ScreenResolution.t option;The screen resolution for the agent streaming environment.
*)screenImageFormat : ScreenImageFormat.t option;The image format for agent screen captures.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `String of S3BucketArn.t ])
list ]