Class: Aws::DatabaseMigrationService::Types::IBMDb2Settings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::IBMDb2Settings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that defines an IBM Db2 LUW endpoint.
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#current_lsn ⇒ String
For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.
-
#database_name ⇒ String
Database name for the endpoint.
-
#keep_csv_files ⇒ Boolean
If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data.
-
#load_timeout ⇒ Integer
The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target.
-
#max_file_size ⇒ Integer
Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.
-
#max_k_bytes_per_read ⇒ Integer
Maximum number of bytes per read, as a NUMBER value.
-
#password ⇒ String
Endpoint connection password.
-
#port ⇒ Integer
Endpoint TCP port.
-
#secrets_manager_access_role_arn ⇒ String
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in ‘SecretsManagerSecret`.
-
#secrets_manager_secret_id ⇒ String
The full ARN, partial ARN, or friendly name of the ‘SecretsManagerSecret` that contains the Db2 LUW endpoint connection details.
-
#server_name ⇒ String
Fully qualified domain name of the endpoint.
-
#set_data_capture_changes ⇒ Boolean
Enables ongoing replication (CDC) as a BOOLEAN value.
-
#username ⇒ String
Endpoint connection user name.
-
#write_buffer_size ⇒ Integer
The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance.
Instance Attribute Details
#current_lsn ⇒ String
For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#database_name ⇒ String
Database name for the endpoint.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#keep_csv_files ⇒ Boolean
If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting.
The default value is false.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#load_timeout ⇒ Integer
The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target. The default value is 1200 (20 minutes).
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#max_file_size ⇒ Integer
Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#max_k_bytes_per_read ⇒ Integer
Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
Endpoint connection password.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#port ⇒ Integer
Endpoint TCP port. The default value is 50000.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#secrets_manager_access_role_arn ⇒ String
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in ‘SecretsManagerSecret`. The role must allow the `iam:PassRole` action. `SecretsManagerSecret` has the value of the Amazon Web Services Secrets Manager secret that allows access to the Db2 LUW endpoint.
<note markdown=“1”> You can specify one of two sets of values for these permissions. You can specify the values for this setting and ‘SecretsManagerSecretId`. Or you can specify clear-text values for `UserName`, `Password`, `ServerName`, and `Port`. You can’t specify both. For more information on creating this ‘SecretsManagerSecret` and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId` required to access it, see [Using secrets to access Database Migration Service resources] in the *Database Migration Service User Guide*.
</note>
[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#secrets_manager_secret_id ⇒ String
The full ARN, partial ARN, or friendly name of the ‘SecretsManagerSecret` that contains the Db2 LUW endpoint connection details.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#server_name ⇒ String
Fully qualified domain name of the endpoint.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#set_data_capture_changes ⇒ Boolean
Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#username ⇒ String
Endpoint connection user name.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |
#write_buffer_size ⇒ Integer
The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6292 class IBMDb2Settings < Struct.new( :database_name, :password, :port, :server_name, :set_data_capture_changes, :current_lsn, :max_k_bytes_per_read, :username, :secrets_manager_access_role_arn, :secrets_manager_secret_id, :load_timeout, :write_buffer_size, :max_file_size, :keep_csv_files) SENSITIVE = [:password] include Aws::Structure end |