Class: Aws::DatabaseMigrationService::Types::MicrosoftSqlServerDataProviderSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MicrosoftSqlServerDataProviderSettings
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
-
#s3_access_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
-
#s3_path ⇒ String
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
-
#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.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The database name on the Microsoft SQL Server data provider.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port value for the Microsoft SQL Server data provider.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_access_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_path ⇒ String
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the Microsoft SQL Server server.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_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
.
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7420 class MicrosoftSqlServerDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |