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

SnowflakeConnectorProfileProperties

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

The connector-specific profile properties required when using Snowflake.

interface SnowflakeConnectorProfileProperties {
accountName?: string | null;
bucketName: string;
bucketPrefix?: string | null;
privateLinkServiceName?: string | null;
region?: string | null;
stage: string;
warehouse: string;
}

§Properties

§
accountName?: string | null
[src]

The name of the account.

§
bucketName: string
[src]

The name of the Amazon S3 bucket associated with Snowflake.

§
bucketPrefix?: string | null
[src]

The bucket path that refers to the Amazon S3 bucket associated with Snowflake.

§
privateLinkServiceName?: string | null
[src]

The Snowflake Private Link service name to be used for private data transfers.

§
region?: string | null
[src]

The Amazon Web Services Region of the Snowflake account.

§
stage: string
[src]

The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema>.

§
warehouse: string
[src]

The name of the Snowflake warehouse.