| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
MySQLSettings |
MySQLSettings.clone() |
MySQLSettings |
Endpoint.getMySQLSettings()
The settings for the MySQL source and target endpoint.
|
MySQLSettings |
ModifyEndpointRequest.getMySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
MySQLSettings |
CreateEndpointRequest.getMySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
MySQLSettings |
MySQLSettings.withAfterConnectScript(String afterConnectScript)
Specifies a script to run immediately after AWS DMS connects to the endpoint.
|
MySQLSettings |
MySQLSettings.withCleanSourceMetadataOnMismatch(Boolean cleanSourceMetadataOnMismatch)
Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always
On availability group cluster.
|
MySQLSettings |
MySQLSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
MySQLSettings |
MySQLSettings.withEventsPollInterval(Integer eventsPollInterval)
Specifies how often to check the binary log for new changes/events when the database is idle.
|
MySQLSettings |
MySQLSettings.withMaxFileSize(Integer maxFileSize)
Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.
|
MySQLSettings |
MySQLSettings.withParallelLoadThreads(Integer parallelLoadThreads)
Improves performance when loading data into the MySQL-compatible target database.
|
MySQLSettings |
MySQLSettings.withPassword(String password)
Endpoint connection password.
|
MySQLSettings |
MySQLSettings.withPort(Integer port)
Endpoint TCP port.
|
MySQLSettings |
MySQLSettings.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the
required permissions to access the value in
SecretsManagerSecret. |
MySQLSettings |
MySQLSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the MySQL
endpoint connection details. |
MySQLSettings |
MySQLSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
MySQLSettings |
MySQLSettings.withServerTimezone(String serverTimezone)
Specifies the time zone for the source MySQL database.
|
MySQLSettings |
MySQLSettings.withTargetDbType(String targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
MySQLSettings |
MySQLSettings.withTargetDbType(TargetDbType targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
MySQLSettings |
MySQLSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setMySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
void |
ModifyEndpointRequest.setMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
void |
CreateEndpointRequest.setMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
Endpoint |
Endpoint.withMySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
Copyright © 2021. All rights reserved.