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

CreateFeedDocumentResult

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

Properties

CreateFeedDocumentResult

feedDocumentId: string

The identifier of the feed document.

CreateFeedDocumentResult

url: string

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

CreateFeedDocumentResult