Class AmazonRdsForSqlServerLinkedService


  • public class AmazonRdsForSqlServerLinkedService
    extends LinkedService
    Amazon RDS for SQL Server linked service.
    • Constructor Detail

      • AmazonRdsForSqlServerLinkedService

        public AmazonRdsForSqlServerLinkedService()
    • Method Detail

      • getConnectionString

        public Object getConnectionString()
        Get the connectionString property: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
        Returns:
        the connectionString value.
      • setConnectionString

        public AmazonRdsForSqlServerLinkedService setConnectionString​(Object connectionString)
        Set the connectionString property: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
        Parameters:
        connectionString - the connectionString value to set.
        Returns:
        the AmazonRdsForSqlServerLinkedService object itself.
      • getUserName

        public Object getUserName()
        Get the userName property: The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
        Returns:
        the userName value.
      • setUserName

        public AmazonRdsForSqlServerLinkedService setUserName​(Object userName)
        Set the userName property: The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
        Parameters:
        userName - the userName value to set.
        Returns:
        the AmazonRdsForSqlServerLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: The on-premises Windows authentication password.
        Returns:
        the password value.
      • setPassword

        public AmazonRdsForSqlServerLinkedService setPassword​(SecretBase password)
        Set the password property: The on-premises Windows authentication password.
        Parameters:
        password - the password value to set.
        Returns:
        the AmazonRdsForSqlServerLinkedService object itself.
      • getEncryptedCredential

        public Object getEncryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • setEncryptedCredential

        public AmazonRdsForSqlServerLinkedService setEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the AmazonRdsForSqlServerLinkedService object itself.