@Stability(value=Stable) @Internal public static final class CfnEndpoint.GcpMySQLSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.GcpMySQLSettingsProperty
CfnEndpoint.GcpMySQLSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.GcpMySQLSettingsProperty.Builder, CfnEndpoint.GcpMySQLSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.GcpMySQLSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpoint.DocDbSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAfterConnectScript()
Specifies a script to run immediately after AWS DMS connects to the endpoint.
|
Object |
getCleanSourceMetadataOnMismatch()
Adjusts the behavior of AWS DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster.
|
String |
getDatabaseName()
Database name for the endpoint.
|
Number |
getEventsPollInterval()
Specifies how often to check the binary log for new changes/events when the database is idle.
|
Number |
getMaxFileSize()
Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.
|
Number |
getParallelLoadThreads()
Improves performance when loading data into the MySQL-compatible target database.
|
String |
getPassword()
Endpoint connection password.
|
Number |
getPort()
The port used by the endpoint database.
|
String |
getSecretsManagerAccessRoleArn()
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.` The role must allow the `iam:PassRole` action.
|
String |
getSecretsManagerSecretId()
The full ARN, partial ARN, or display name of the `SecretsManagerSecret` that contains the MySQL endpoint connection details.
|
String |
getServerName()
Endpoint TCP port.
|
String |
getServerTimezone()
Specifies the time zone for the source MySQL database.
|
String |
getUsername()
Endpoint connection user name.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpoint.GcpMySQLSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder.public final String getAfterConnectScript()
CfnEndpoint.GcpMySQLSettingsPropertyThe migration task continues running regardless if the SQL statement succeeds or fails.
For this parameter, provide the code of the script itself, not the name of a file containing the script.
getAfterConnectScript in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final Object getCleanSourceMetadataOnMismatch()
CfnEndpoint.GcpMySQLSettingsProperty
If you need AWS DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to false .
getCleanSourceMetadataOnMismatch in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getDatabaseName()
CfnEndpoint.GcpMySQLSettingsProperty
For a MySQL source or target endpoint, don't explicitly specify the database using the 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 AWS DMS task.
getDatabaseName in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final Number getEventsPollInterval()
CfnEndpoint.GcpMySQLSettingsPropertyThe default is five seconds.
Example: eventsPollInterval=5;
In the example, AWS DMS checks for changes in the binary logs every five seconds.
getEventsPollInterval in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final Number getMaxFileSize()
CfnEndpoint.GcpMySQLSettingsProperty
Example: maxFileSize=512
getMaxFileSize in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final Number getParallelLoadThreads()
CfnEndpoint.GcpMySQLSettingsPropertySpecifies how many threads to use to load the data into the MySQL-compatible target database. Setting a large number of threads can have an adverse effect on database performance, because a separate connection is required for each thread. The default is one.
Example: parallelLoadThreads=1
getParallelLoadThreads in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getPassword()
CfnEndpoint.GcpMySQLSettingsPropertygetPassword in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final Number getPort()
CfnEndpoint.GcpMySQLSettingsPropertygetPort in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getSecretsManagerAccessRoleArn()
CfnEndpoint.GcpMySQLSettingsProperty
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 forUserName,Password,ServerName, andPort. You can't specify both.For more information on creating this
SecretsManagerSecret, the correspondingSecretsManagerAccessRoleArn, and theSecretsManagerSecretIdrequired to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration Service User Guide .
getSecretsManagerAccessRoleArn in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getSecretsManagerSecretId()
CfnEndpoint.GcpMySQLSettingsPropertygetSecretsManagerSecretId in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getServerName()
CfnEndpoint.GcpMySQLSettingsPropertygetServerName in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getServerTimezone()
CfnEndpoint.GcpMySQLSettingsProperty
Example: serverTimezone=US/Pacific;
getServerTimezone in interface CfnEndpoint.GcpMySQLSettingsPropertypublic final String getUsername()
CfnEndpoint.GcpMySQLSettingsPropertygetUsername in interface CfnEndpoint.GcpMySQLSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.