@Stability(value=Stable) @Internal public static final class CfnEndpoint.PostgreSqlSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.PostgreSqlSettingsProperty
CfnEndpoint.PostgreSqlSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.PostgreSqlSettingsProperty.Builder, CfnEndpoint.PostgreSqlSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.PostgreSqlSettingsProperty.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()
For use with change data capture (CDC) only, this attribute has AWS DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.
|
Object |
getCaptureDdls()
To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts.
|
String |
getDdlArtifactsSchema()
The schema in which the operational DDL database artifacts are created.
|
Number |
getExecuteTimeout()
Sets the client statement timeout for the PostgreSQL instance, in seconds.
|
Object |
getFailTasksOnLobTruncation()
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` .
|
Object |
getHeartbeatEnable()
The write-ahead log (WAL) heartbeat feature mimics a dummy transaction.
|
Number |
getHeartbeatFrequency()
Sets the WAL heartbeat frequency (in minutes).
|
String |
getHeartbeatSchema()
Sets the schema in which the heartbeat artifacts are created.
|
Number |
getMaxFileSize()
Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.
|
String |
getPluginName()
Specifies the plugin to use to create a replication slot.
|
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` .
|
String |
getSecretsManagerSecretId()
The full ARN, partial ARN, or display name of the `SecretsManagerSecret` that contains the PostgreSQL endpoint connection details.
|
String |
getSlotName()
Sets the name of a previously created logical replication slot for a change data capture (CDC) load of the PostgreSQL source instance.
|
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.PostgreSqlSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder.public final String getAfterConnectScript()
CfnEndpoint.PostgreSqlSettingsProperty
Example: afterConnectScript=SET session_replication_role='replica'
getAfterConnectScript in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final Object getCaptureDdls()
CfnEndpoint.PostgreSqlSettingsPropertyYou can later remove these artifacts.
If this value is set to N , you don't have to create tables or triggers on the source database.
getCaptureDdls in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final String getDdlArtifactsSchema()
CfnEndpoint.PostgreSqlSettingsProperty
Example: ddlArtifactsSchema=xyzddlschema;
getDdlArtifactsSchema in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final Number getExecuteTimeout()
CfnEndpoint.PostgreSqlSettingsProperty
Example: executeTimeout=100;
getExecuteTimeout in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final Object getFailTasksOnLobTruncation()
CfnEndpoint.PostgreSqlSettingsPropertyIf task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.
getFailTasksOnLobTruncation in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final Object getHeartbeatEnable()
CfnEndpoint.PostgreSqlSettingsProperty
By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source. This heartbeat keeps restart_lsn moving and prevents storage full scenarios.
getHeartbeatEnable in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final Number getHeartbeatFrequency()
CfnEndpoint.PostgreSqlSettingsPropertygetHeartbeatFrequency in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final String getHeartbeatSchema()
CfnEndpoint.PostgreSqlSettingsPropertygetHeartbeatSchema in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final Number getMaxFileSize()
CfnEndpoint.PostgreSqlSettingsProperty
Example: maxFileSize=512
getMaxFileSize in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final String getPluginName()
CfnEndpoint.PostgreSqlSettingsPropertygetPluginName in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final String getSecretsManagerAccessRoleArn()
CfnEndpoint.PostgreSqlSettingsProperty
The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access to the PostgreSQL endpoint.
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 theSecretsManagerSecretIdthat is required 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.PostgreSqlSettingsPropertypublic final String getSecretsManagerSecretId()
CfnEndpoint.PostgreSqlSettingsPropertygetSecretsManagerSecretId in interface CfnEndpoint.PostgreSqlSettingsPropertypublic final String getSlotName()
CfnEndpoint.PostgreSqlSettingsProperty
When used with the CdcStartPosition request parameter for the AWS 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 AWS Database Migration Service User Guide . For more information about using CdcStartPosition , see CreateReplicationTask , StartReplicationTask , and ModifyReplicationTask .
getSlotName in interface CfnEndpoint.PostgreSqlSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.