- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
aws_external_id
Type: STRING
Provider name: ExternalId
Description: Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.
certificate_arn
Type: STRING
Provider name: CertificateArn
Description: The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
database_name
Type: STRING
Provider name: DatabaseName
Description: The name of the database at the endpoint.
dms_transfer_settings
Type: STRUCT
Provider name: DmsTransferSettings
Description: The settings for the DMS Transfer type source. For more information, see the DmsTransferSettings structure.
bucket_name
STRING
BucketName
service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action.doc_db_settings
Type: STRUCT
Provider name: DocDbSettings
database_name
STRING
DatabaseName
docs_to_investigate
INT32
DocsToInvestigate
NestingLevel
is set to “one”
. Must be a positive value greater than 0
. Default value is 1000
.extract_doc_id
BOOLEAN
ExtractDocId
NestingLevel
is set to “none”
. Default value is “false”
.kms_key_id
STRING
KmsKeyId
KmsKeyId
parameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.nesting_level
STRING
NestingLevel
“none”
. Specify “none”
to use document mode. Specify “one”
to use table mode.password
STRING
Password
port
INT32
Port
replicate_shard_collections
BOOLEAN
ReplicateShardCollections
true
, DMS replicates data to shard collections. DMS only uses this setting if the target endpoint is a DocumentDB elastic cluster. When this setting is true
, note the following:TargetTablePrepMode
to nothing
.useUpdateLookup
to false
.secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 DocumentDB 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the DocumentDB endpoint connection details.server_name
STRING
ServerName
use_update_look_up
BOOLEAN
UseUpdateLookUp
true
, DMS retrieves the entire document from the DocumentDB source during migration. This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates and deletes during migration, set this parameter to false
.username
STRING
Username
dynamo_db_settings
Type: STRUCT
Provider name: DynamoDbSettings
Description: The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings
structure.
service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action.elasticsearch_settings
Type: STRUCT
Provider name: ElasticsearchSettings
Description: The settings for the OpenSearch source endpoint. For more information, see the ElasticsearchSettings
structure.
endpoint_uri
STRING
EndpointUri
error_retry_duration
INT32
ErrorRetryDuration
full_load_error_percentage
INT32
FullLoadErrorPercentage
service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action.use_new_mapping_type
BOOLEAN
UseNewMappingType
true
for DMS to migrate documentation using the documentation type _doc
. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is false
.endpoint_arn
Type: STRING
Provider name: EndpointArn
Description: The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpoint_identifier
Type: STRING
Provider name: EndpointIdentifier
Description: The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can’t end with a hyphen or contain two consecutive hyphens.
endpoint_type
Type: STRING
Provider name: EndpointType
Description: The type of endpoint. Valid values are source
and target
.
engine_display_name
Type: STRING
Provider name: EngineDisplayName
Description: The expanded name for the engine name. For example, if the EngineName
parameter is “aurora”, this value would be “Amazon Aurora MySQL”.
engine_name
Type: STRING
Provider name: EngineName
Description: The database engine name. Valid values, depending on the EndpointType, include “mysql”
, “oracle”
, “postgres”
, “mariadb”
, “aurora”
, “aurora-postgresql”
, “redshift”
, “redshift-serverless”
, “s3”
, “db2”
, “db2-zos”
, “azuredb”
, “sybase”
, “dynamodb”
, “mongodb”
, “kinesis”
, “kafka”
, “elasticsearch”
, “documentdb”
, “sqlserver”
, “neptune”
, and “babelfish”
.
external_table_definition
Type: STRING
Provider name: ExternalTableDefinition
Description: The external table definition.
extra_connection_attributes
Type: STRING
Provider name: ExtraConnectionAttributes
Description: Additional connection attributes used to connect to the endpoint.
gcp_my_sql_settings
Type: STRUCT
Provider name: GcpMySQLSettings
Description: Settings in JSON format for the source GCP MySQL endpoint.
after_connect_script
STRING
AfterConnectScript
clean_source_metadata_on_mismatch
BOOLEAN
CleanSourceMetadataOnMismatch
database_name
STRING
DatabaseName
DatabaseName
request parameter on either the CreateEndpoint
or ModifyEndpoint
API call. Specifying DatabaseName
when you create or modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.events_poll_interval
INT32
EventsPollInterval
eventsPollInterval=5;
In the example, DMS checks for changes in the binary logs every five seconds.max_file_size
INT32
MaxFileSize
maxFileSize=512
parallel_load_threads
INT32
ParallelLoadThreads
parallelLoadThreads=1
password
STRING
Password
port
INT32
Port
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 MySQL 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the MySQL endpoint connection details.server_name
STRING
ServerName
server_timezone
STRING
ServerTimezone
serverTimezone=US/Pacific;
Note: Do not enclose time zones in single quotes.target_db_type
STRING
TargetDbType
targetDbType=MULTIPLE_DATABASES
username
STRING
Username
ibm_db2_settings
Type: STRUCT
Provider name: IBMDb2Settings
Description: The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings
structure.
current_lsn
STRING
CurrentLsn
database_name
STRING
DatabaseName
keep_csv_files
BOOLEAN
KeepCsvFiles
load_timeout
INT32
LoadTimeout
max_file_size
INT32
MaxFileSize
max_k_bytes_per_read
INT32
MaxKBytesPerRead
password
STRING
Password
port
INT32
Port
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the Db2 LUW endpoint connection details.server_name
STRING
ServerName
set_data_capture_changes
BOOLEAN
SetDataCaptureChanges
username
STRING
Username
write_buffer_size
INT32
WriteBufferSize
kafka_settings
Type: STRUCT
Provider name: KafkaSettings
Description: The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings
structure.
broker
STRING
Broker
broker-hostname-or-ip:port
. For example, “ec2-12-345-678-901.compute-1.amazonaws.com:2345”
. For more information and examples of specifying a list of broker locations, see Using Apache Kafka as a target for Database Migration Service in the Database Migration Service User Guide.include_control_details
BOOLEAN
IncludeControlDetails
false
.include_null_and_empty
BOOLEAN
IncludeNullAndEmpty
false
.include_partition_value
BOOLEAN
IncludePartitionValue
schema-table-type
. The default is false
.include_table_alter_operations
BOOLEAN
IncludeTableAlterOperations
rename-table
, drop-table
, add-column
, drop-column
, and rename-column
. The default is false
.include_transaction_details
BOOLEAN
IncludeTransactionDetails
transaction_id
, previous transaction_id
, and transaction_record_id
(the record offset within a transaction). The default is false
.message_format
STRING
MessageFormat
JSON
(default) or JSON_UNFORMATTED
(a single line with no tab).message_max_bytes
INT32
MessageMaxBytes
no_hex_prefix
BOOLEAN
NoHexPrefix
true
to avoid adding a ‘0x’ prefix to raw data in hexadecimal format. For example, by default, DMS adds a ‘0x’ prefix to the LOB column type in hexadecimal format moving from an Oracle source to a Kafka target. Use the NoHexPrefix
endpoint setting to enable migration of RAW data type columns without adding the ‘0x’ prefix.partition_include_schema_table
BOOLEAN
PartitionIncludeSchemaTable
primary-key-type
. Doing this increases data distribution among Kafka partitions. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same partition, which causes throttling. The default is false
.sasl_mechanism
STRING
SaslMechanism
SCRAM-SHA-512
mechanism by default. DMS versions 3.5.0 and later also support the PLAIN
mechanism. To use the PLAIN
mechanism, set this parameter to PLAIN.
sasl_password
STRING
SaslPassword
sasl_username
STRING
SaslUsername
security_protocol
STRING
SecurityProtocol
ssl-encryption
, ssl-authentication
, and sasl-ssl
. sasl-ssl
requires SaslUsername
and SaslPassword
.ssl_ca_certificate_arn
STRING
SslCaCertificateArn
ssl_client_certificate_arn
STRING
SslClientCertificateArn
ssl_client_key_arn
STRING
SslClientKeyArn
ssl_client_key_password
STRING
SslClientKeyPassword
ssl_endpoint_identification_algorithm
STRING
SslEndpointIdentificationAlgorithm
topic
STRING
Topic
“kafka-default-topic”
as the migration topic.kinesis_settings
Type: STRUCT
Provider name: KinesisSettings
Description: The settings for the Amazon Kinesis target endpoint. For more information, see the KinesisSettings
structure.
include_control_details
BOOLEAN
IncludeControlDetails
false
.include_null_and_empty
BOOLEAN
IncludeNullAndEmpty
false
.include_partition_value
BOOLEAN
IncludePartitionValue
schema-table-type
. The default is false
.include_table_alter_operations
BOOLEAN
IncludeTableAlterOperations
rename-table
, drop-table
, add-column
, drop-column
, and rename-column
. The default is false
.include_transaction_details
BOOLEAN
IncludeTransactionDetails
transaction_id
, previous transaction_id
, and transaction_record_id
(the record offset within a transaction). The default is false
.message_format
STRING
MessageFormat
JSON
(default) or JSON_UNFORMATTED
(a single line with no tab).no_hex_prefix
BOOLEAN
NoHexPrefix
true
to avoid adding a ‘0x’ prefix to raw data in hexadecimal format. For example, by default, DMS adds a ‘0x’ prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix
endpoint setting to enable migration of RAW data type columns without adding the ‘0x’ prefix.partition_include_schema_table
BOOLEAN
PartitionIncludeSchemaTable
primary-key-type
. Doing this increases data distribution among Kinesis shards. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same shard, which causes throttling. The default is false
.service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action.stream_arn
STRING
StreamArn
kms_key_id
Type: STRING
Provider name: KmsKeyId
Description: An KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don’t specify a value for the KmsKeyId
parameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
microsoft_sql_server_settings
Type: STRUCT
Provider name: MicrosoftSQLServerSettings
Description: The settings for the Microsoft SQL Server source and target endpoint. For more information, see the MicrosoftSQLServerSettings
structure.
bcp_packet_size
INT32
BcpPacketSize
control_tables_file_group
STRING
ControlTablesFileGroup
database_name
STRING
DatabaseName
force_lob_lookup
BOOLEAN
ForceLobLookup
password
STRING
Password
port
INT32
Port
query_single_always_on_node
BOOLEAN
QuerySingleAlwaysOnNode
read_backup_only
BOOLEAN
ReadBackupOnly
Y
, DMS only reads changes from transaction log backups and doesn’t read from the active transaction log file during ongoing replication. Setting this parameter to Y
enables you to control active transaction log file growth during full load and ongoing replication tasks. However, it can add some source latency to ongoing replication.safeguard_policy
STRING
SafeguardPolicy
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 SQL Server 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the SQL Server endpoint connection details.server_name
STRING
ServerName
Endpoint.Address
field.tlog_access_mode
STRING
TlogAccessMode
trim_space_in_char
BOOLEAN
TrimSpaceInChar
TrimSpaceInChar
source endpoint setting to right-trim data on CHAR and NCHAR data types during migration. Setting TrimSpaceInChar
does not left-trim data. The default value is true
.use_bcp_full_load
BOOLEAN
UseBcpFullLoad
use_third_party_backup_device
BOOLEAN
UseThirdPartyBackupDevice
Y
, DMS processes third-party transaction log backups if they are created in native format.username
STRING
Username
mongo_db_settings
Type: STRUCT
Provider name: MongoDbSettings
Description: The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.
auth_mechanism
STRING
AuthMechanism
“default”
is “mongodb_cr”
. For MongoDB version 3.x or later, “default”
is “scram_sha_1”
. This setting isn’t used when AuthType
is set to “no”
.auth_source
STRING
AuthSource
AuthType
is set to “no”
. The default is “admin”
.auth_type
STRING
AuthType
“no”
, user name and password parameters are not used and can be empty.database_name
STRING
DatabaseName
docs_to_investigate
STRING
DocsToInvestigate
NestingLevel
is set to “one”
. Must be a positive value greater than 0
. Default value is 1000
.extract_doc_id
STRING
ExtractDocId
NestingLevel
is set to “none”
. Default value is “false”
.kms_key_id
STRING
KmsKeyId
KmsKeyId
parameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.nesting_level
STRING
NestingLevel
“none”
. Specify “none”
to use document mode. Specify “one”
to use table mode.password
STRING
Password
port
INT32
Port
replicate_shard_collections
BOOLEAN
ReplicateShardCollections
true
, DMS replicates data to shard collections. DMS only uses this setting if the target endpoint is a DocumentDB elastic cluster. When this setting is true
, note the following:TargetTablePrepMode
to nothing
.useUpdateLookup
to false
.secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 MongoDB 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the MongoDB endpoint connection details.server_name
STRING
ServerName
use_update_look_up
BOOLEAN
UseUpdateLookUp
true
, DMS retrieves the entire document from the MongoDB source during migration. This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates and deletes during migration, set this parameter to false
.username
STRING
Username
my_sql_settings
Type: STRUCT
Provider name: MySQLSettings
Description: The settings for the MySQL source and target endpoint. For more information, see the MySQLSettings
structure.
after_connect_script
STRING
AfterConnectScript
clean_source_metadata_on_mismatch
BOOLEAN
CleanSourceMetadataOnMismatch
database_name
STRING
DatabaseName
DatabaseName
request parameter on either the CreateEndpoint
or ModifyEndpoint
API call. Specifying DatabaseName
when you create or modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.events_poll_interval
INT32
EventsPollInterval
eventsPollInterval=5;
In the example, DMS checks for changes in the binary logs every five seconds.execute_timeout
INT32
ExecuteTimeout
max_file_size
INT32
MaxFileSize
maxFileSize=512
parallel_load_threads
INT32
ParallelLoadThreads
parallelLoadThreads=1
password
STRING
Password
port
INT32
Port
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 MySQL 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the MySQL endpoint connection details.server_name
STRING
ServerName
Endpoint.Address
field. For an Aurora MySQL instance, this is the output of DescribeDBClusters, in the Endpoint
field.server_timezone
STRING
ServerTimezone
serverTimezone=US/Pacific;
Note: Do not enclose time zones in single quotes.target_db_type
STRING
TargetDbType
SPECIFIC_DATABASE
, specify the database name using the DatabaseName
parameter of the Endpoint
object. Example: targetDbType=MULTIPLE_DATABASES
username
STRING
Username
neptune_settings
Type: STRUCT
Provider name: NeptuneSettings
Description: The settings for the Amazon Neptune target endpoint. For more information, see the NeptuneSettings
structure.
error_retry_duration
INT32
ErrorRetryDuration
iam_auth_enabled
BOOLEAN
IamAuthEnabled
true
. Then attach the appropriate IAM policy document to your service role specified by ServiceAccessRoleArn
. The default is false
.max_file_size
INT32
MaxFileSize
max_retry_count
INT32
MaxRetryCount
s3_bucket_folder
STRING
S3BucketFolder
S3BucketName
s3_bucket_name
STRING
S3BucketName
service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service User Guide.oracle_settings
Type: STRUCT
Provider name: OracleSettings
Description: The settings for the Oracle source and target endpoint. For more information, see the OracleSettings
structure.
access_alternate_directly
BOOLEAN
AccessAlternateDirectly
false
in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through any specified path prefix replacement using direct file access.add_supplemental_logging
BOOLEAN
AddSupplementalLogging
additional_archived_log_dest_id
INT32
AdditionalArchivedLogDestId
ArchivedLogDestId
in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover. Although DMS supports the use of the Oracle RESETLOGS
option to open the database, never use RESETLOGS
unless necessary. For additional information about RESETLOGS
, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User’s Guide.allow_select_nested_tables
BOOLEAN
AllowSelectNestedTables
true
to enable replication of Oracle tables containing columns that are nested tables or defined types.archived_log_dest_id
INT32
ArchivedLogDestId
AdditionalArchivedLogDestId
option to specify the additional destination ID. Doing this improves performance by ensuring that the correct logs are accessed from the outset.archived_logs_only
BOOLEAN
ArchivedLogsOnly
Y
, DMS only accesses the archived redo logs. If the archived redo logs are stored on Automatic Storage Management (ASM) only, the DMS user account needs to be granted ASM privileges.asm_password
STRING
AsmPassword
asm_user_password
value. You set this value as part of the comma-separated value that you set to the Password
request parameter when you create the endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.asm_server
STRING
AsmServer
asm_server
value. You set asm_server
as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.asm_user
STRING
AsmUser
asm_user
value. You set asm_user
as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.char_length_semantics
STRING
CharLengthSemantics
CHAR
. Otherwise, the character column length is in bytes. Example: charLengthSemantics=CHAR;
convert_timestamp_with_zone_to_utc
BOOLEAN
ConvertTimestampWithZoneToUTC
timezone
datatype to their UTC value.database_name
STRING
DatabaseName
direct_path_no_log
BOOLEAN
DirectPathNoLog
true
, this attribute helps to increase the commit rate on the Oracle target database by writing directly to tables and not writing a trail to database logs.direct_path_parallel_load
BOOLEAN
DirectPathParallelLoad
true
, this attribute specifies a parallel load when useDirectPathFullLoad
is set to Y
. This attribute also only applies when you use the DMS parallel load feature. Note that the target table cannot have any constraints or indexes.enable_homogenous_tablespace
BOOLEAN
EnableHomogenousTablespace
extra_archived_log_dest_ids
UNORDERED_LIST_INT32
ExtraArchivedLogDestIds
dest_id
column in the v$archived_log
view. Use this setting with the archivedLogDestId
extra connection attribute in a primary-to-single setup or a primary-to-multiple-standby setup. This setting is useful in a switchover when you use an Oracle Data Guard database as a source. In this case, DMS needs information about what destination to get archive redo logs from to read changes. DMS needs this because after the switchover the previous primary is a standby instance. For example, in a primary-to-single standby setup you might apply the following settings. archivedLogDestId=1; ExtraArchivedLogDestIds=[2]
In a primary-to-multiple-standby setup, you might apply the following settings. archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]
Although DMS supports the use of the Oracle RESETLOGS
option to open the database, never use RESETLOGS
unless it’s necessary. For more information about RESETLOGS
, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User’s Guide.fail_tasks_on_lob_truncation
BOOLEAN
FailTasksOnLobTruncation
true
, this attribute causes a task to fail if the actual size of an LOB column is greater than the specified LobMaxSize
. If a task is set to limited LOB mode and this option is set to true
, the task fails instead of truncating the LOB data.number_datatype_scale
INT32
NumberDatatypeScale
numberDataTypeScale=12
open_transaction_window
INT32
OpenTransactionWindow
OpenTransactionWindow
.oracle_path_prefix
STRING
OraclePathPrefix
parallel_asm_read_threads
INT32
ParallelAsmReadThreads
readAheadBlocks
attribute.password
STRING
Password
port
INT32
Port
read_ahead_blocks
INT32
ReadAheadBlocks
read_table_space_name
BOOLEAN
ReadTableSpaceName
true
, this attribute supports tablespace replication.replace_path_prefix
BOOLEAN
ReplacePathPrefix
usePathPrefix
setting to access the redo logs.retry_interval
INT32
RetryInterval
retryInterval=6;
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 Oracle 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.secrets_manager_oracle_asm_access_role_arn
STRING
SecretsManagerOracleAsmAccessRoleArn
SecretsManagerOracleAsmSecret
. This SecretsManagerOracleAsmSecret
has the secret value that allows access to the Oracle ASM of the endpoint. SecretsManagerOracleAsmSecretId
. Or you can specify clear-text values for AsmUser
, AsmPassword
, and AsmServerName
. You can’t specify both. For more information on creating this SecretsManagerOracleAsmSecret
and the SecretsManagerOracleAsmAccessRoleArn
and SecretsManagerOracleAsmSecretId
required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.secrets_manager_oracle_asm_secret_id
STRING
SecretsManagerOracleAsmSecretId
SecretsManagerOracleAsmSecret
that contains the Oracle ASM connection details for the Oracle endpoint.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the Oracle endpoint connection details.security_db_encryption
STRING
SecurityDbEncryption
TDE_Password
part of the comma-separated value you set to the Password
request parameter when you create the endpoint. The SecurityDbEncryptian
setting is related to this SecurityDbEncryptionName
setting. For more information, see Supported encryption methods for using Oracle as a source for DMS in the Database Migration Service User Guide.security_db_encryption_name
STRING
SecurityDbEncryptionName
SecurityDbEncryption
setting. For more information on setting the key name value of SecurityDbEncryptionName
, see the information and example for setting the securityDbEncryptionName
extra connection attribute in Supported encryption methods for using Oracle as a source for DMS in the Database Migration Service User Guide.server_name
STRING
ServerName
Endpoint.Address
field.spatial_data_option_to_geo_json_function_name
STRING
SpatialDataOptionToGeoJsonFunctionName
SDO_GEOMETRY
to GEOJSON
format. By default, DMS calls the SDO2GEOJSON
custom function if present and accessible. Or you can create your own custom function that mimics the operation of SDOGEOJSON
and set SpatialDataOptionToGeoJsonFunctionName
to call it instead.standby_delay_time
INT32
StandbyDelayTime
trim_space_in_char
BOOLEAN
TrimSpaceInChar
TrimSpaceInChar
source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true
.use_alternate_folder_for_online
BOOLEAN
UseAlternateFolderForOnline
true
in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix replacement to access all online redo logs.use_b_file
BOOLEAN
UseBFile
UseLogminerReader
to N to set this attribute to Y. To use Binary Reader with Amazon RDS for Oracle as the source, you set additional attributes. For more information about using this setting with Oracle Automatic Storage Management (ASM), see Using Oracle LogMiner or DMS Binary Reader for CDC.use_direct_path_full_load
BOOLEAN
UseDirectPathFullLoad
use_logminer_reader
BOOLEAN
UseLogminerReader
UseLogminerReader
to N, also set UseBfile
to Y. For more information on this setting and using Oracle ASM, see Using Oracle LogMiner or DMS Binary Reader for CDC in the DMS User Guide.use_path_prefix
STRING
UsePathPrefix
username
STRING
Username
port
Type: INT32
Provider name: Port
Description: The port value used to access the endpoint.
postgre_sql_settings
Type: STRUCT
Provider name: PostgreSQLSettings
Description: The settings for the PostgreSQL source and target endpoint. For more information, see the PostgreSQLSettings
structure.
after_connect_script
STRING
AfterConnectScript
afterConnectScript=SET session_replication_role=‘replica’
babelfish_database_name
STRING
BabelfishDatabaseName
capture_ddls
BOOLEAN
CaptureDdls
N
, you don’t have to create tables or triggers on the source database.database_mode
STRING
DatabaseMode
database_name
STRING
DatabaseName
ddl_artifacts_schema
STRING
DdlArtifactsSchema
ddlArtifactsSchema=xyzddlschema;
execute_timeout
INT32
ExecuteTimeout
executeTimeout=100;
fail_tasks_on_lob_truncation
BOOLEAN
FailTasksOnLobTruncation
true
, this value causes a task to fail if the actual size of a LOB column is greater than the specified LobMaxSize
. If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.heartbeat_enable
BOOLEAN
HeartbeatEnable
restart_lsn
moving and prevents storage full scenarios.heartbeat_frequency
INT32
HeartbeatFrequency
heartbeat_schema
STRING
HeartbeatSchema
map_boolean_as_boolean
BOOLEAN
MapBooleanAsBoolean
varchar(5)
. You must set this setting on both the source and target endpoints for it to take effect.map_jsonb_as_clob
BOOLEAN
MapJsonbAsClob
map_long_varchar_as
STRING
MapLongVarcharAs
max_file_size
INT32
MaxFileSize
maxFileSize=512
password
STRING
Password
plugin_name
STRING
PluginName
port
INT32
Port
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 PostgreSQL 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the PostgreSQL endpoint connection details.server_name
STRING
ServerName
Endpoint.Address
field. For an Aurora PostgreSQL instance, this is the output of DescribeDBClusters, in the Endpoint
field.slot_name
STRING
SlotName
CdcStartPosition
request parameter for the DMS API , this attribute also makes it possible to use native CDC start points. DMS verifies that the specified logical replication slot exists before starting the CDC load task. It also verifies that the task was created with a valid setting of CdcStartPosition
. If the specified slot doesn’t exist or the task doesn’t have a valid CdcStartPosition
setting, DMS raises an error. For more information about setting the CdcStartPosition
request parameter, see Determining a CDC native start point in the Database Migration Service User Guide. For more information about using CdcStartPosition
, see CreateReplicationTask, StartReplicationTask, and ModifyReplicationTask.trim_space_in_char
BOOLEAN
TrimSpaceInChar
TrimSpaceInChar
source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true
.username
STRING
Username
redis_settings
Type: STRUCT
Provider name: RedisSettings
Description: The settings for the Redis target endpoint. For more information, see the RedisSettings
structure.
auth_password
STRING
AuthPassword
auth-role
and auth-token
options of the AuthType
setting for a Redis target endpoint.auth_type
STRING
AuthType
none
, auth-token
, and auth-role
. The auth-token
option requires an AuthPassword
value to be provided. The auth-role
option requires AuthUserName
and AuthPassword
values to be provided.auth_user_name
STRING
AuthUserName
auth-role
option of the AuthType
setting for a Redis target endpoint.port
INT32
Port
server_name
STRING
ServerName
ssl_ca_certificate_arn
STRING
SslCaCertificateArn
ssl_security_protocol
STRING
SslSecurityProtocol
plaintext
and ssl-encryption
. The default is ssl-encryption
. The ssl-encryption
option makes an encrypted connection. Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using the SslCaCertificateArn
setting. If an ARN isn’t given for a CA, DMS uses the Amazon root CA. The plaintext
option doesn’t provide Transport Layer Security (TLS) encryption for traffic between endpoint and database.redshift_settings
Type: STRUCT
Provider name: RedshiftSettings
Description: Settings for the Amazon Redshift endpoint.
accept_any_date
BOOLEAN
AcceptAnyDate
true
or false
(the default). This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn’t match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.after_connect_script
STRING
AfterConnectScript
bucket_folder
STRING
BucketFolder
COPY
command to upload the .csv files to the target table. The files are deleted once the COPY
operation has finished. For more information, see COPY in the Amazon Redshift Database Developer Guide. For change-data-capture (CDC) mode, DMS creates a NetChanges table, and loads the .csv files to this BucketFolder/NetChangesTableID path.bucket_name
STRING
BucketName
case_sensitive_names
BOOLEAN
CaseSensitiveNames
CaseSensitiveNames
to true
. The default is false
.comp_update
BOOLEAN
CompUpdate
CompUpdate
to true
Amazon Redshift applies automatic compression if the table is empty. This applies even if the table columns already have encodings other than RAW
. If you set CompUpdate
to false
, automatic compression is disabled and existing column encodings aren’t changed. The default is true
.connection_timeout
INT32
ConnectionTimeout
database_name
STRING
DatabaseName
date_format
STRING
DateFormat
auto
(case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of ‘YYYY-MM-DD’. Using auto
recognizes most strings, even some that aren’t supported when you use a date format string. If your date and time values use formats different from each other, set this to auto
.empty_as_null
BOOLEAN
EmptyAsNull
true
sets empty CHAR and VARCHAR fields to null. The default is false
.encryption_mode
STRING
EncryptionMode
SSE_S3
(the default) or SSE_KMS
. ModifyEndpoint
operation, you can change the existing value of the EncryptionMode
parameter from SSE_KMS
to SSE_S3
. But you can’t change the existing value from SSE_S3
to SSE_KMS
. SSE_S3
, create an Identity and Access Management (IAM) role with a policy that allows “arn:aws:s3:::*"
to use the following actions: “s3:PutObject”, “s3:ListBucket”
explicit_ids
BOOLEAN
ExplicitIds
ExplicitIds
to true
to have tables with IDENTITY
columns override their auto-generated values with explicit values loaded from the source data files used to populate the tables. The default is false
.file_transfer_upload_streams
INT32
FileTransferUploadStreams
FileTransferUploadStreams
accepts a value from 1 through 64. It defaults to 10.load_timeout
INT32
LoadTimeout
map_boolean_as_boolean
BOOLEAN
MapBooleanAsBoolean
varchar(1)
. You must set this setting on both the source and target endpoints for it to take effect.max_file_size
INT32
MaxFileSize
password
STRING
Password
username
property.port
INT32
Port
remove_quotes
BOOLEAN
RemoveQuotes
true
to remove quotation marks. The default is false
.replace_chars
STRING
ReplaceChars
ReplaceInvalidChars
, substituting the specified characters instead. The default is ”?"
.replace_invalid_chars
STRING
ReplaceInvalidChars
ReplaceChars
.secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 Amazon Redshift 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the Amazon Redshift endpoint connection details.server_name
STRING
ServerName
server_side_encryption_kms_key_id
STRING
ServerSideEncryptionKmsKeyId
SSE_KMS
for the EncryptionMode
, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action.time_format
STRING
TimeFormat
auto
(case-sensitive), ‘timeformat_string’
, ‘epochsecs’
, or ‘epochmillisecs’
. It defaults to 10. Using auto
recognizes most strings, even some that aren’t supported when you use a time format string. If your date and time values use formats different from each other, set this parameter to auto
.trim_blanks
BOOLEAN
TrimBlanks
true
to remove unneeded white space. The default is false
.truncate_columns
BOOLEAN
TruncateColumns
true
to truncate data. The default is false
.username
STRING
Username
write_buffer_size
INT32
WriteBufferSize
s3_settings
Type: STRUCT
Provider name: S3Settings
Description: The settings for the S3 target endpoint. For more information, see the S3Settings
structure.
add_column_name
BOOLEAN
AddColumnName
true
or y
, you can use to add column name information to the .csv output file. The default value is false
. Valid values are true
, false
, y
, and n
.add_trailing_padding_character
BOOLEAN
AddTrailingPaddingCharacter
AddTrailingPaddingCharacter
to add padding on string data. The default value is false
.bucket_folder
STRING
BucketFolder
bucketFolder/schema_name/table_name/
. If this parameter isn’t specified, then the path used is schema_name/table_name/
.bucket_name
STRING
BucketName
canned_acl_for_objects
STRING
CannedAclForObjects
cdc_inserts_and_updates
BOOLEAN
CdcInsertsAndUpdates
false
, but when CdcInsertsAndUpdates
is set to true
or y
, only INSERTs and UPDATEs from the source database are migrated to the .csv or .parquet file. IncludeOpForFullLoad
parameter. If IncludeOpForFullLoad
is set to true
, the first field of every CDC record is set to either I
or U
to indicate INSERT and UPDATE operations at the source. But if IncludeOpForFullLoad
is set to false
, CDC records are written without an indication of INSERT or UPDATE operations at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the Database Migration Service User Guide.. CdcInsertsAndUpdates
parameter in versions 3.3.1 and later. CdcInsertsOnly
and CdcInsertsAndUpdates
can’t both be set to true
for the same endpoint. Set either CdcInsertsOnly
or CdcInsertsAndUpdates
to true
for the same endpoint, but not both.cdc_inserts_only
BOOLEAN
CdcInsertsOnly
false
setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target. If CdcInsertsOnly
is set to true
or y
, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of IncludeOpForFullLoad
. If IncludeOpForFullLoad
is set to true
, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad
is set to false
, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the Database Migration Service User Guide.. CdcInsertsOnly
and IncludeOpForFullLoad
parameters in versions 3.1.4 and later. CdcInsertsOnly
and CdcInsertsAndUpdates
can’t both be set to true
for the same endpoint. Set either CdcInsertsOnly
or CdcInsertsAndUpdates
to true
for the same endpoint, but not both.cdc_max_batch_interval
INT32
CdcMaxBatchInterval
CdcMaxBatchInterval
and CdcMinFileSize
are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template. The default value is 60 seconds.cdc_min_file_size
INT32
CdcMinFileSize
CdcMinFileSize
and CdcMaxBatchInterval
are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template. The default value is 32 MB.cdc_path
STRING
CdcPath
CdcPath
is set, DMS reads CDC files from this path and replicates the data changes to the target endpoint. For an S3 target if you set PreserveTransactions
to true
, DMS verifies that you have set this parameter to a folder path on your S3 target where DMS can save the transaction order for the CDC load. DMS creates this CDC folder path in either your S3 target working directory or the S3 target location specified by BucketFolder
and BucketName
. For example, if you specify CdcPath
as MyChangedData
, and you specify BucketName
as MyTargetBucket
but do not specify BucketFolder
, DMS creates the CDC folder path following: MyTargetBucket/MyChangedData
. If you specify the same CdcPath
, and you specify BucketName
as MyTargetBucket
and BucketFolder
as MyTargetData
, DMS creates the CDC folder path following: MyTargetBucket/MyTargetData/MyChangedData
. For more information on CDC including transaction order on an S3 target, see Capturing data changes (CDC) including transaction order on the S3 target. compression_type
STRING
CompressionType
csv_delimiter
STRING
CsvDelimiter
csv_no_sup_value
STRING
CsvNoSupValue
UseCsvNoSupValue
is set to true, specify a string value that you want DMS to use for all columns not included in the supplemental log. If you do not specify a string value, DMS uses the null value for these columns regardless of the UseCsvNoSupValue
setting. csv_null_value
STRING
CsvNullValue
NULL
. The default value is NULL
. Valid values include any valid string.csv_row_delimiter
STRING
CsvRowDelimiter
\n
).data_format
STRING
DataFormat
csv
: This is a row-based file format with comma-separated values (.csv).parquet
: Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response.data_page_size
INT32
DataPageSize
date_partition_delimiter
STRING
DatePartitionDelimiter
SLASH
. Use this parameter when DatePartitionedEnabled
is set to true
.date_partition_enabled
BOOLEAN
DatePartitionEnabled
true
, this parameter partitions S3 bucket folders based on transaction commit dates. The default value is false
. For more information about date-based folder partitioning, see Using date-based folder partitioning.date_partition_sequence
STRING
DatePartitionSequence
YYYYMMDD
. Use this parameter when DatePartitionedEnabled
is set to true
.date_partition_timezone
STRING
DatePartitionTimezone
DatePartitionTimezone
to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when DatePartitionedEnabled
is set to true
, as shown in the following example. s3-settings=’{“DatePartitionEnabled”: true, “DatePartitionSequence”: “YYYYMMDDHH”, “DatePartitionDelimiter”: “SLASH”, “DatePartitionTimezone”:"Asia/Seoul", “BucketName”: “dms-nattarat-test”}’
dict_page_size_limit
INT32
DictPageSizeLimit
PLAIN
. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to PLAIN
encoding. This size is used for .parquet file format only.enable_statistics
BOOLEAN
EnableStatistics
true
to enable statistics, false
to disable. Statistics include NULL
, DISTINCT
, MAX
, and MIN
values. This parameter defaults to true
. This value is used for .parquet file format only.encoding_type
STRING
EncodingType
RLE_DICTIONARY
uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.PLAIN
doesn’t use encoding at all. Values are stored as they are.PLAIN_DICTIONARY
builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.encryption_mode
STRING
EncryptionMode
SSE_S3
(the default) or SSE_KMS
. ModifyEndpoint
operation, you can change the existing value of the EncryptionMode
parameter from SSE_KMS
to SSE_S3
. But you can’t change the existing value from SSE_S3
to SSE_KMS
. SSE_S3
, you need an Identity and Access Management (IAM) role with permission to allow “arn:aws:s3:::dms-*"
to use the following actions:s3:CreateBucket
s3:ListBucket
s3:DeleteBucket
s3:GetBucketLocation
s3:GetObject
s3:PutObject
s3:DeleteObject
s3:GetObjectVersion
s3:GetBucketPolicy
s3:PutBucketPolicy
s3:DeleteBucketPolicy
expected_bucket_owner
STRING
ExpectedBucketOwner
ExpectedBucketOwner
endpoint setting. Example: –s3-settings=’{“ExpectedBucketOwner”: “AWS_Account_ID”}’
When you make a request to test a connection or perform a migration, S3 checks the account ID of the bucket owner against the specified parameter.external_table_definition
STRING
ExternalTableDefinition
glue_catalog_generation
BOOLEAN
GlueCatalogGeneration
ignore_header_rows
INT32
IgnoreHeaderRows
include_op_for_full_load
BOOLEAN
IncludeOpForFullLoad
IncludeOpForFullLoad
parameter in versions 3.1.4 and later. DMS supports the use of the .parquet files with the IncludeOpForFullLoad
parameter in versions 3.4.7 and later. false
setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad
is set to true
or y
, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load. CdcInsertsOnly
and the CdcInsertsAndUpdates
parameters for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the Database Migration Service User Guide..max_file_size
INT32
MaxFileSize
parquet_timestamp_in_millisecond
BOOLEAN
ParquetTimestampInMillisecond
TIMESTAMP
column values that are written to an Amazon S3 object file in .parquet format. ParquetTimestampInMillisecond
parameter in versions 3.1.4 and later. ParquetTimestampInMillisecond
is set to true
or y
, DMS writes all TIMESTAMP
columns in a .parquet formatted file with millisecond precision. Otherwise, DMS writes them with microsecond precision. Currently, Amazon Athena and Glue can handle only millisecond precision for TIMESTAMP
values. Set this parameter to true
for S3 endpoint object files that are .parquet formatted only if you plan to query or process the data with Athena or Glue. TIMESTAMP
column values written to an S3 file in .csv format with microsecond precision. Setting ParquetTimestampInMillisecond
has no effect on the string format of the timestamp column value that is inserted by setting the TimestampColumnName
parameter.parquet_version
STRING
ParquetVersion
parquet_1_0
(the default) or parquet_2_0
.preserve_transactions
BOOLEAN
PreserveTransactions
true
, DMS saves the transaction order for a change data capture (CDC) load on the Amazon S3 target specified by CdcPath
. For more information, see Capturing data changes (CDC) including transaction order on the S3 target. rfc4180
BOOLEAN
Rfc4180
true
or y
, each leading double quotation mark has to be followed by an ending double quotation mark. This formatting complies with RFC 4180. When this value is set to false
or n
, string literals are copied to the target as is. In this case, a delimiter (row or column) signals the end of the field. Thus, you can’t use a delimiter as part of the string, because it signals the end of the value. For an S3 target, an optional parameter used to set behavior to comply with RFC 4180 for data migrated to Amazon S3 using .csv file format only. When this value is set to true
or y
using Amazon S3 as a target, if the data has quotation marks or newline characters in it, DMS encloses the entire column with an additional pair of double quotation marks (”). Every quotation mark within the data is repeated twice. The default value is true
. Valid values include true
, false
, y
, and n
.row_group_length
INT32
RowGroupLength
RowGroupLength
is set to the max row group length in bytes (64 * 1024 * 1024).server_side_encryption_kms_key_id
STRING
ServerSideEncryptionKmsKeyId
SSE_KMS
for the EncryptionMode
, provide the KMS key ID. The key that you use needs an attached policy that enables Identity and Access Management (IAM) user permissions and allows use of the key. Here is a CLI example: aws dms create-endpoint –endpoint-identifier value –endpoint-type target –engine-name s3 –s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value
service_access_role_arn
STRING
ServiceAccessRoleArn
iam:PassRole
action. It is a required parameter that enables DMS to write and read objects from an S3 bucket.timestamp_column_name
STRING
TimestampColumnName
TimestampColumnName
parameter in versions 3.1.4 and later. STRING
column in the .csv or .parquet object files of your migrated data when you set TimestampColumnName
to a nonblank value. For a full load, each row of this timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. For a change data capture (CDC) load, each row of the timestamp column contains the timestamp for the commit of that row in the source database. The string format for this timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS
. By default, the precision of this value is in microseconds. For a CDC load, the rounding of the precision depends on the commit timestamp supported by DMS for the source database. When the AddColumnName
parameter is set to true
, DMS also includes a name for the timestamp column that you set with TimestampColumnName
.use_csv_no_sup_value
BOOLEAN
UseCsvNoSupValue
true
for columns not included in the supplemental log, DMS uses the value specified by CsvNoSupValue
. If not set or set to false
, DMS uses the null value for these columns. use_task_start_time_for_full_load_timestamp
BOOLEAN
UseTaskStartTimeForFullLoadTimestamp
useTaskStartTimeForFullLoadTimestamp
is set to true
, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time. When useTaskStartTimeForFullLoadTimestamp
is set to false
, the full load timestamp in the timestamp column increments with the time data arrives at the target.server_name
Type: STRING
Provider name: ServerName
Description: The name of the server at the endpoint.
service_access_role_arn
Type: STRING
Provider name: ServiceAccessRoleArn
Description: The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole
action.
ssl_mode
Type: STRING
Provider name: SslMode
Description: The SSL mode used to connect to the endpoint. The default value is none
.
status
Type: STRING
Provider name: Status
Description: The status of the endpoint.
sybase_settings
Type: STRUCT
Provider name: SybaseSettings
Description: The settings for the SAP ASE source and target endpoint. For more information, see the SybaseSettings
structure.
database_name
STRING
DatabaseName
password
STRING
Password
port
INT32
Port
secrets_manager_access_role_arn
STRING
SecretsManagerAccessRoleArn
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 SAP ASE 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.secrets_manager_secret_id
STRING
SecretsManagerSecretId
SecretsManagerSecret
that contains the SAP SAE endpoint connection details.server_name
STRING
ServerName
username
STRING
Username
tags
Type: UNORDERED_LIST_STRING
timestream_settings
Type: STRUCT
Provider name: TimestreamSettings
Description: The settings for the Amazon Timestream target endpoint. For more information, see the TimestreamSettings
structure.
cdc_inserts_and_updates
BOOLEAN
CdcInsertsAndUpdates
true
to specify that DMS only applies inserts and updates, and not deletes. Amazon Timestream does not allow deleting records, so if this value is false
, DMS nulls out the corresponding record in the Timestream database rather than deleting it.database_name
STRING
DatabaseName
enable_magnetic_store_writes
BOOLEAN
EnableMagneticStoreWrites
true
to enable memory store writes. When this value is false
, DMS does not write records that are older in days than the value specified in MagneticDuration
, because Amazon Timestream does not allow memory writes by default. For more information, see Storage in the Amazon Timestream Developer Guide.magnetic_duration
INT32
MagneticDuration
memory_duration
INT32
MemoryDuration
username
Type: STRING
Provider name: Username
Description: The user name used to connect to the endpoint.