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

AirflowMetadataRetentionPolicyConfig

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

The policy for airflow metadata database retention.

interface AirflowMetadataRetentionPolicyConfig {
retentionDays?: number;
retentionMode?: "RETENTION_MODE_UNSPECIFIED" | "RETENTION_MODE_ENABLED" | "RETENTION_MODE_DISABLED";
}

§Properties

§
retentionDays?: number
[src]

Optional. How many days data should be retained for.

§
retentionMode?: "RETENTION_MODE_UNSPECIFIED" | "RETENTION_MODE_ENABLED" | "RETENTION_MODE_DISABLED"
[src]

Optional. Retention can be either enabled or disabled.