AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetAttachment operation. Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts.

For security recommendations, see Amazon Connect Chat security best practices.

  • The participant role CUSTOM_BOT is not permitted to access attachments customers may upload. An AccessDeniedException can indicate that the participant may be a CUSTOM_BOT, and it doesn't have access to attachments.

  • ConnectionToken is used for invoking this API instead of ParticipantToken.

The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConnectParticipant.AmazonConnectParticipantRequest
      Amazon.ConnectParticipant.Model.GetAttachmentRequest

Namespace: Amazon.ConnectParticipant.Model
Assembly: AWSSDK.ConnectParticipant.dll
Version: 3.x.y.z

Syntax

C#
public class GetAttachmentRequest : AmazonConnectParticipantRequest
         IAmazonWebServiceRequest

The GetAttachmentRequest type exposes the following members

Constructors

NameDescription
Public Method GetAttachmentRequest()

Properties

NameTypeDescription
Public Property AttachmentId System.String

Gets and sets the property AttachmentId.

A unique identifier for the attachment.

Public Property ConnectionToken System.String

Gets and sets the property ConnectionToken.

The authentication token associated with the participant's connection.

Public Property UrlExpiryInSeconds System.Int32

Gets and sets the property UrlExpiryInSeconds.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5