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

ExportInstanceRequest

import type { ExportInstanceRequest } from "https://googleapis.deno.dev/v1/looker:v1.ts";

Request options for exporting data of an Instance.

interface ExportInstanceRequest {
encryptionConfig?: ExportEncryptionConfig;
gcsUri?: string;
}

§Properties

§
encryptionConfig?: ExportEncryptionConfig
[src]

Required. Encryption configuration (CMEK). For CMEK enabled instances it should be same as looker CMEK.

§
gcsUri?: string
[src]

The path to the folder in Google Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/folderName.