connect_batch_get_attached_file_metadata: Allows you to retrieve metadata about multiple attached files...

View source: R/connect_operations.R

connect_batch_get_attached_file_metadataR Documentation

Allows you to retrieve metadata about multiple attached files on an associated resource

Description

Allows you to retrieve metadata about multiple attached files on an associated resource. Each attached file provided in the input list must be associated with the input AssociatedResourceArn.

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

Usage

connect_batch_get_attached_file_metadata(
  FileIds,
  InstanceId,
  AssociatedResourceArn
)

Arguments

FileIds

[required] The unique identifiers of the attached file resource.

InstanceId

[required] The unique identifier of the Connect instance.

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.