Class: Aws::DatabaseMigrationService::Types::DocDbDataProviderSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4823

class DocDbDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The database name on the DocumentDB data provider.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4823

class DocDbDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port value for the DocumentDB data provider.

Returns:

  • (Integer)


4823
4824
4825
4826
4827
4828
4829
4830
4831
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4823

class DocDbDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the source DocumentDB server.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4823

class DocDbDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ssl_modeString

The SSL mode used to connect to the DocumentDB data provider. The default value is ‘none`.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4823

class DocDbDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end