aws.connectparticipant.get_attachment
Example SQL Queries
SELECT * FROMaws.connectparticipant.get_attachmentWHERE"attachment_id" = 'VALUE'AND "connection_token" = 'VALUE';Description
Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts.
ConnectionToken is used for invoking this API instead of ParticipantToken.
The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
Table Definition
| Column Name | Column Data Type |
|---|---|
| attachment_id Required Input Column A unique identifier for the attachment. | VARCHAR |
| connection_token Required Input Column The authentication token associated with the participant's connection. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| url This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload. | VARCHAR |
| url_expiry The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z. | VARCHAR |