| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
GcpMySQLSettings |
GcpMySQLSettings.clone() |
GcpMySQLSettings |
Endpoint.getGcpMySQLSettings()
Settings in JSON format for the source GCP MySQL endpoint.
|
GcpMySQLSettings |
ModifyEndpointRequest.getGcpMySQLSettings()
Settings in JSON format for the source GCP MySQL endpoint.
|
GcpMySQLSettings |
CreateEndpointRequest.getGcpMySQLSettings()
Settings in JSON format for the source GCP MySQL endpoint.
|
GcpMySQLSettings |
GcpMySQLSettings.withAfterConnectScript(String afterConnectScript)
Specifies a script to run immediately after DMS connects to the endpoint.
|
GcpMySQLSettings |
GcpMySQLSettings.withCleanSourceMetadataOnMismatch(Boolean cleanSourceMetadataOnMismatch)
Cleans and recreates table metadata information on the replication instance when a mismatch occurs.
|
GcpMySQLSettings |
GcpMySQLSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
GcpMySQLSettings |
GcpMySQLSettings.withEventsPollInterval(Integer eventsPollInterval)
Specifies how often to check the binary log for new changes/events when the database is idle.
|
GcpMySQLSettings |
GcpMySQLSettings.withMaxFileSize(Integer maxFileSize)
Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.
|
GcpMySQLSettings |
GcpMySQLSettings.withParallelLoadThreads(Integer parallelLoadThreads)
Improves performance when loading data into the MySQL-compatible target database.
|
GcpMySQLSettings |
GcpMySQLSettings.withPassword(String password)
Endpoint connection password.
|
GcpMySQLSettings |
GcpMySQLSettings.withPort(Integer port)
Endpoint TCP port.
|
GcpMySQLSettings |
GcpMySQLSettings.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
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. |
GcpMySQLSettings |
GcpMySQLSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the MySQL
endpoint connection details. |
GcpMySQLSettings |
GcpMySQLSettings.withServerName(String serverName)
The MySQL host name.
|
GcpMySQLSettings |
GcpMySQLSettings.withServerTimezone(String serverTimezone)
Specifies the time zone for the source MySQL database.
|
GcpMySQLSettings |
GcpMySQLSettings.withTargetDbType(String targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
GcpMySQLSettings |
GcpMySQLSettings.withTargetDbType(TargetDbType targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
GcpMySQLSettings |
GcpMySQLSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
void |
ModifyEndpointRequest.setGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
void |
CreateEndpointRequest.setGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
Endpoint |
Endpoint.withGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
Copyright © 2023. All rights reserved.