Class SyntheticsTestFileMultipartPresignedUrlsResponse

Response containing presigned URLs for multipart file upload and the bucket key.

Hierarchy

  • SyntheticsTestFileMultipartPresignedUrlsResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bucketKey?: string

The bucket key that references the uploaded file after completion.

multipartPresignedUrlsParams?: SyntheticsTestFileMultipartPresignedUrlsParams

Presigned URL parameters returned for a multipart upload.

Generated using TypeDoc