Information required to encrypt and upload a feed document's contents.

Export

CreateFeedDocumentResult

interface CreateFeedDocumentResult {
    encryptionDetails: FeedDocumentEncryptionDetails;
    feedDocumentId: string;
    url: string;
}

Properties

Memberof

CreateFeedDocumentResult

feedDocumentId: string

The identifier of the feed document.

Memberof

CreateFeedDocumentResult

url: string

The presigned URL for uploading the feed contents. This URL expires after 5 minutes.

Memberof

CreateFeedDocumentResult