Complete Attached File Upload
connect_complete_attached_file_upload | R Documentation |
Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API¶
Description¶
Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API.
Usage¶
connect_complete_attached_file_upload(InstanceId, FileId,
AssociatedResourceArn)
Arguments¶
InstanceId |
[required] The unique identifier of the Amazon Connect instance. |
FileId |
[required] The unique identifier of the attached file resource. |
AssociatedResourceArn |
[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. |
Value¶
An empty list.
Request syntax¶
svc$complete_attached_file_upload(
InstanceId = "string",
FileId = "string",
AssociatedResourceArn = "string"
)