AmazonRdsForSqlServerLinkedServiceResponse

data class AmazonRdsForSqlServerLinkedServiceResponse(val alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val userName: Any? = null)

Amazon RDS for SQL Server linked service.

Constructors

constructor(alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, userName: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sql always encrypted properties.

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

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

Link copied to clipboard

The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

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

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The on-premises Windows authentication password.

Link copied to clipboard

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

Link copied to clipboard
val userName: Any? = null

The on-premises Windows authentication user name. Type: string (or Expression with resultType string).