connect_complete_attached_file_upload: Allows you to confirm that the attached file has been...

View source: R/connect_operations.R

connect_complete_attached_file_uploadR 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.

See https://www.paws-r-sdk.com/docs/connect_complete_attached_file_upload/ for full documentation.

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. Cases are the only current supported resource.

This value must be a valid ARN.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.