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

PrefixConfig

import type { PrefixConfig } from "https://aws-api.deno.dev/v0.3/services/appflow.ts?docs=full";

Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.

interface PrefixConfig {
prefixFormat?: PrefixFormat | null;
prefixType?: PrefixType | null;
}

§Properties

§
prefixFormat?: PrefixFormat | null
[src]

Determines the level of granularity that's included in the prefix.

§
prefixType?: PrefixType | null
[src]

Determines the format of the prefix, and whether it applies to the file name, file path, or both.