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.4/services/appflow.ts?docs=full";

Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.

interface PrefixConfig {
pathPrefixHierarchy?: PathPrefix[] | null;
prefixFormat?: PrefixFormat | null;
prefixType?: PrefixType | null;
}

§Properties

§
pathPrefixHierarchy?: PathPrefix[] | null
[src]

Specifies whether the destination file path includes either or both of the following elements:

EXECUTION_ID: The ID that Amazon AppFlow assigns to the flow run.

SCHEMA_VERSION: The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration: - Source-to-destination field mappings - Field data types - Partition keys

§
prefixFormat?: PrefixFormat | null
[src]

Determines the level of granularity for the date and time 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.