Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AttachmentItem

import type { AttachmentItem } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";

The case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.

interface AttachmentItem {
AttachmentId?: string | null;
AttachmentName?: string | null;
ContentType?: string | null;
Status?: ArtifactStatus | null;
}

§Properties

§
AttachmentId?: string | null
[src]

A unique identifier for the attachment.

§
AttachmentName?: string | null
[src]

A case-sensitive name of the attachment being uploaded.

§
ContentType?: string | null
[src]

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

§
Status?: ArtifactStatus | null
[src]

Status of the attachment.