Class: Aws::DatabaseMigrationService::Types::DocDbDataProviderSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DocDbDataProviderSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that defines a DocumentDB 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 DocumentDB data provider.
-
#port ⇒ Integer
The port value for the DocumentDB data provider.
-
#server_name ⇒ String
The name of the source DocumentDB server.
-
#ssl_mode ⇒ String
The SSL mode used to connect to the DocumentDB data provider.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5164 class DocDbDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The database name on the DocumentDB data provider.
5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5164 class DocDbDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port value for the DocumentDB data provider.
5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5164 class DocDbDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the source DocumentDB server.
5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5164 class DocDbDataProviderSettings < 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 DocumentDB data provider. The default value is ‘none`.
5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5164 class DocDbDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |