Skip to main content

Interface: SnowflakeCredentials

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:680

Connection details used for Snowflake queries

Properties

accountId

readonly accountId: string

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:690

Snowflake account ID (short name or alias). If short name (e.g. xy12345) is used, region must also be specified.


credentialsSecretArn

readonly credentialsSecretArn: string

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:684

AWS Secrets Manager ARN containing all necessary credentials to access Snowflake (username, privatekey, password)


region?

readonly optional region?: string

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:696

Snowflake region - if provided, will be concatenated with accountId (as accountId.region) in Snowflake URLs