Updates the attached files configuration for the specified Connect Customer instance and attachment scope
Source:R/connect_operations.R
connect_update_attached_files_configuration.RdUpdates the attached files configuration for the specified Connect Customer instance and attachment scope.
See https://www.paws-r-sdk.com/docs/connect_update_attached_files_configuration/ for full documentation.
Usage
connect_update_attached_files_configuration(
InstanceId,
AttachmentScope,
MaximumSizeLimitInBytes = NULL,
ExtensionConfiguration = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- AttachmentScope
[required] The scope of the attachment. Valid values are
EMAIL,CHAT,CASE, andTASK.- MaximumSizeLimitInBytes
The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).
- ExtensionConfiguration
The configuration for allowed file extensions.