Values_0.AttachedFilesConfigurationSourceThe configuration for attached files for a specific attachment scope.
type nonrec t = {instanceId : InstanceId.t option;The identifier of the Amazon Connect instance.
*)attachmentScope : AttachmentScope.t option;The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.
*)maximumSizeLimitInBytes : MaximumSizeLimitInBytes.t option;The maximum size limit for attached files in bytes.
*)extensionConfiguration : ExtensionConfiguration.t option;The configuration for allowed file extensions.
*)lastModifiedTime : string option;The timestamp when the configuration was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of MaximumSizeLimitInBytes.t
| `String of InstanceId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FileExtension.t ]) list ]
list ])
list
| `Timestamp of string ])
list ]