Class: Aws::DatabaseMigrationService::Types::IbmDb2LuwDataProviderSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides information about an IBM DB2 LUW 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)


6385
6386
6387
6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6385

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

#database_nameString

The database name on the DB2 LUW data provider.

Returns:

  • (String)


6385
6386
6387
6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6385

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

#portInteger

The port value for the DB2 LUW data provider.

Returns:

  • (Integer)


6385
6386
6387
6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6385

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

#server_nameString

The name of the DB2 LUW server.

Returns:

  • (String)


6385
6386
6387
6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6385

class IbmDb2LuwDataProviderSettings < 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 DB2 LUW data provider. The default value is ‘none`. Valid Values: `none` and `verify-ca`.

Returns:

  • (String)


6385
6386
6387
6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6385

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