Class: Aws::DatabaseMigrationService::Types::MicrosoftSqlServerDataProviderSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DatabaseMigrationService::Types::MicrosoftSqlServerDataProviderSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-databasemigrationservice/types.rb
 
Overview
Provides information that defines a Microsoft SQL Server data provider.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
 - 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The database name on the Microsoft SQL Server data provider.
 - 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port value for the Microsoft SQL Server data provider.
 - 
  
    
      #server_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Microsoft SQL Server server.
 - 
  
    
      #ssl_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SSL mode used to connect to the Microsoft SQL Server data provider.
 
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6823 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#database_name ⇒ String
The database name on the Microsoft SQL Server data provider.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6823 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#port ⇒ Integer
The port value for the Microsoft SQL Server data provider.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6823 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#server_name ⇒ String
The name of the Microsoft SQL Server server.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6823 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#ssl_mode ⇒ String
The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is ‘none`.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6823 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end  |