Values_0.AttachedFilesConfigurationSummarySourceA summary of the attached files configuration.
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;extensionConfiguration : ExtensionConfiguration.t option;The configuration for allowed file extensions.
*)}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 ])
list ]