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.
7177 7178 7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7177 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.
7177 7178 7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7177 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.
7177 7178 7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7177 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.
7177 7178 7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7177 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`.
7177 7178 7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7177 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |