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

PeriodicExportConfig

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

Configuration for periodic export.

interface PeriodicExportConfig {
gcsUri?: string;
kmsKey?: string;
startTime?: TimeOfDay;
}

§Properties

§
gcsUri?: string
[src]

Required. Cloud Storage bucket URI for periodic export. Format: gs://{bucket_name}

§
kmsKey?: string
[src]

Required. Name of the CMEK key in KMS. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}

§
startTime?: TimeOfDay
[src]

Required. Time in UTC to start the periodic export job.