Interface: SnowflakeCredentials
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:680
Connection details used for Snowflake queries
Properties
accountId
readonlyaccountId: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
readonlycredentialsSecretArn: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?
readonlyoptionalregion?: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