Provides a pre-signed URL for download of an approved attached file. This API also returns metadata about the attached file. It will only return a downloadURL if the status of the attached file is APPROVED
.
See https://www.paws-r-sdk.com/docs/connect_get_attached_file/ for full documentation.
connect_get_attached_file(
InstanceId,
FileId,
UrlExpiryInSeconds = NULL,
AssociatedResourceArn
)
[required] The unique identifier of the Amazon Connect instance.
[required] The unique identifier of the attached file resource.
Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
[required] The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email.
This value must be a valid ARN.