Class: Aws::DatabaseMigrationService::Types::IBMDb2Settings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::IBMDb2Settings
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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).
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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.
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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).
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5938 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 |