connectparticipant_start_attachment_upload: Provides a pre-signed Amazon S3 URL in response for uploading...

View source: R/connectparticipant_operations.R

connectparticipant_start_attachment_uploadR Documentation

Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3

Description

Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.

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

Usage

connectparticipant_start_attachment_upload(
  ContentType,
  AttachmentSizeInBytes,
  AttachmentName,
  ClientToken,
  ConnectionToken
)

Arguments

ContentType

[required] Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.

AttachmentSizeInBytes

[required] The size of the attachment in bytes.

AttachmentName

[required] A case-sensitive name of the attachment being uploaded.

ClientToken

[required] A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

ConnectionToken

[required] The authentication token associated with the participant's connection.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.