| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLSettings |
PostgreSQLSettings.clone() |
PostgreSQLSettings |
Endpoint.getPostgreSQLSettings()
The settings for the PostgreSQL source and target endpoint.
|
PostgreSQLSettings |
ModifyEndpointRequest.getPostgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
PostgreSQLSettings |
CreateEndpointRequest.getPostgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
PostgreSQLSettings |
PostgreSQLSettings.withAfterConnectScript(String afterConnectScript)
For use with change data capture (CDC) only, this attribute has DMS bypass foreign keys and user triggers to
reduce the time it takes to bulk load data.
|
PostgreSQLSettings |
PostgreSQLSettings.withCaptureDdls(Boolean captureDdls)
To capture DDL events, DMS creates various artifacts in the PostgreSQL database when the task starts.
|
PostgreSQLSettings |
PostgreSQLSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
PostgreSQLSettings |
PostgreSQLSettings.withDdlArtifactsSchema(String ddlArtifactsSchema)
The schema in which the operational DDL database artifacts are created.
|
PostgreSQLSettings |
PostgreSQLSettings.withExecuteTimeout(Integer executeTimeout)
Sets the client statement timeout for the PostgreSQL instance, in seconds.
|
PostgreSQLSettings |
PostgreSQLSettings.withFailTasksOnLobTruncation(Boolean failTasksOnLobTruncation)
When set to
true, this value causes a task to fail if the actual size of a LOB column is greater
than the specified LobMaxSize. |
PostgreSQLSettings |
PostgreSQLSettings.withHeartbeatEnable(Boolean heartbeatEnable)
If this attribute is set to true, the write-ahead log (WAL) heartbeat keeps
restart_lsn moving and
prevents storage full scenarios. |
PostgreSQLSettings |
PostgreSQLSettings.withHeartbeatFrequency(Integer heartbeatFrequency)
Sets the WAL heartbeat frequency (in minutes).
|
PostgreSQLSettings |
PostgreSQLSettings.withHeartbeatSchema(String heartbeatSchema)
Sets the schema in which the heartbeat artifacts are created.
|
PostgreSQLSettings |
PostgreSQLSettings.withMaxFileSize(Integer maxFileSize)
Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.
|
PostgreSQLSettings |
PostgreSQLSettings.withPassword(String password)
Endpoint connection password.
|
PostgreSQLSettings |
PostgreSQLSettings.withPluginName(PluginNameValue pluginName)
Specifies the plugin to use to create a replication slot.
|
PostgreSQLSettings |
PostgreSQLSettings.withPluginName(String pluginName)
Specifies the plugin to use to create a replication slot.
|
PostgreSQLSettings |
PostgreSQLSettings.withPort(Integer port)
Endpoint TCP port.
|
PostgreSQLSettings |
PostgreSQLSettings.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. |
PostgreSQLSettings |
PostgreSQLSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the PostgreSQL
endpoint connection details. |
PostgreSQLSettings |
PostgreSQLSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
PostgreSQLSettings |
PostgreSQLSettings.withSlotName(String slotName)
Sets the name of a previously created logical replication slot for a CDC load of the PostgreSQL source instance.
|
PostgreSQLSettings |
PostgreSQLSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
void |
ModifyEndpointRequest.setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
void |
CreateEndpointRequest.setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
Endpoint |
Endpoint.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
Copyright © 2021. All rights reserved.