SnowflakeV2LinkedServiceArgs

data class SnowflakeV2LinkedServiceArgs(val accountIdentifier: Output<Any>, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SnowflakeAuthenticationType>>? = null, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val database: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val privateKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val privateKeyPassphrase: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val role: Output<Any>? = null, val schema: Output<Any>? = null, val scope: Output<Any>? = null, val tenantId: Output<Any>? = null, val type: Output<String>, val user: Output<Any>? = null, val version: Output<String>? = null, val warehouse: Output<Any>) : ConvertibleToJava<SnowflakeV2LinkedServiceArgs>

Snowflake linked service.

Constructors

Link copied to clipboard
constructor(accountIdentifier: Output<Any>, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, SnowflakeAuthenticationType>>? = null, clientId: Output<Any>? = null, clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, database: Output<Any>, description: Output<String>? = null, encryptedCredential: Output<String>? = null, host: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, privateKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, privateKeyPassphrase: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, role: Output<Any>? = null, schema: Output<Any>? = null, scope: Output<Any>? = null, tenantId: Output<Any>? = null, type: Output<String>, user: Output<Any>? = null, version: Output<String>? = null, warehouse: Output<Any>)

Properties

Link copied to clipboard
val accountIdentifier: Output<Any>

The account identifier of your Snowflake account, e.g. xy12345.east-us-2.azure

Link copied to clipboard
val annotations: Output<List<Any>>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The type used for authentication. Type: string.

Link copied to clipboard
val clientId: Output<Any>? = null

The client ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

Link copied to clipboard

The Azure key vault secret reference of client secret for AADServicePrincipal authentication.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val database: Output<Any>

The name of the Snowflake database.

Link copied to clipboard
val description: Output<String>? = null

Linked service description.

Link copied to clipboard
val encryptedCredential: Output<String>? = null

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val host: Output<Any>? = null

The host name of the Snowflake account. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The Azure key vault secret reference of password in connection string.

Link copied to clipboard

The Azure key vault secret reference of privateKey for KeyPair auth.

Link copied to clipboard

The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key.

Link copied to clipboard
val role: Output<Any>? = null

The default access control role to use in the Snowflake session. Type: string (or Expression with resultType string).

Link copied to clipboard
val schema: Output<Any>? = null

Schema name for connection. Type: string (or Expression with resultType string).

Link copied to clipboard
val scope: Output<Any>? = null

The scope of the application registered in Azure Active Directory for AADServicePrincipal authentication.

Link copied to clipboard
val tenantId: Output<Any>? = null

The tenant ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

Link copied to clipboard
val type: Output<String>

Type of linked service. Expected value is 'SnowflakeV2'.

Link copied to clipboard
val user: Output<Any>? = null

The name of the Snowflake user.

Link copied to clipboard
val version: Output<String>? = null

Version of the linked service.

Link copied to clipboard
val warehouse: Output<Any>

The name of the Snowflake warehouse.

Functions

Link copied to clipboard
open override fun toJava(): SnowflakeV2LinkedServiceArgs