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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#database_nameString

The database name on the DB2 LUW data provider.

Returns:

  • (String)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#encryption_algorithmInteger

The encryption algorithm used for securing the connection to the IBM DB2 LUW database server. You can provide an integer value corresponding to a specific encryption algorithm, or leave this parameter empty to use the default behavior.

Returns:

  • (Integer)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#portInteger

The port value for the DB2 LUW data provider.

Returns:

  • (Integer)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#s3_access_role_arnString

The ARN for the role the application uses to access its Amazon S3 bucket.

Returns:

  • (String)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#s3_pathString

The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.

Returns:

  • (String)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#security_mechanismInteger

The security mechanism used for authenticating the connection to the IBM DB2 LUW database server. You can provide an integer value corresponding to a specific security mechanism, or leave this parameter empty to use the default behavior.

Returns:

  • (Integer)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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

#server_nameString

The name of the DB2 LUW server.

Returns:

  • (String)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

class IbmDb2LuwDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name,
  :ssl_mode,
  :certificate_arn,
  :encryption_algorithm,
  :security_mechanism,
  :s3_path,
  :s3_access_role_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)


6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6748

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