Class CfnEndpoint.PostgreSqlSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.PostgreSqlSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpoint.PostgreSqlSettingsProperty
CfnEndpoint.PostgreSqlSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnEndpoint.PostgreSqlSettingsProperty
CfnEndpoint.PostgreSqlSettingsProperty.Builder, CfnEndpoint.PostgreSqlSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.PostgreSqlSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
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.final String
The Babelfish for Aurora PostgreSQL database name for the endpoint.final Object
To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts.final String
Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.final String
The schema in which the operational DDL database artifacts are created.final Number
Sets the client statement timeout for the PostgreSQL instance, in seconds.final Object
When set totrue
, this value causes a task to fail if the actual size of a LOB column is greater than the specifiedLobMaxSize
.final Object
The write-ahead log (WAL) heartbeat feature mimics a dummy transaction.final Number
Sets the WAL heartbeat frequency (in minutes).final String
Sets the schema in which the heartbeat artifacts are created.final Object
When true, lets PostgreSQL migrate the boolean type as boolean.final Number
Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.final String
Specifies the plugin to use to create a replication slot.final String
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 inSecretsManagerSecret
.final String
The full ARN, partial ARN, or display name of theSecretsManagerSecret
that contains the PostgreSQL endpoint connection details.final String
Sets the name of a previously created logical replication slot for a change data capture (CDC) load of the PostgreSQL source instance.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.PostgreSqlSettingsProperty.Builder
.
-
-
Method Details
-
getAfterConnectScript
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
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.Example:
afterConnectScript=SET session_replication_role='replica'
- Specified by:
getAfterConnectScript
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getBabelfishDatabaseName
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
The Babelfish for Aurora PostgreSQL database name for the endpoint.- Specified by:
getBabelfishDatabaseName
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getCaptureDdls
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts.You can later remove these artifacts.
If this value is set to
True
, you don't have to create tables or triggers on the source database.- Specified by:
getCaptureDdls
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getDatabaseMode
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.- Specified by:
getDatabaseMode
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getDdlArtifactsSchema
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
The schema in which the operational DDL database artifacts are created.The default value is
public
.Example:
ddlArtifactsSchema=xyzddlschema;
- Specified by:
getDdlArtifactsSchema
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getExecuteTimeout
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Sets the client statement timeout for the PostgreSQL instance, in seconds. The default value is 60 seconds.Example:
executeTimeout=100;
- Specified by:
getExecuteTimeout
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getFailTasksOnLobTruncation
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
When set totrue
, this value causes a task to fail if the actual size of a LOB column is greater than the specifiedLobMaxSize
.The default value is
false
.If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.
- Specified by:
getFailTasksOnLobTruncation
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getHeartbeatEnable
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
The write-ahead log (WAL) heartbeat feature mimics a dummy transaction.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.The default value is
false
.- Specified by:
getHeartbeatEnable
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getHeartbeatFrequency
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Sets the WAL heartbeat frequency (in minutes).The default value is 5 minutes.
- Specified by:
getHeartbeatFrequency
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getHeartbeatSchema
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Sets the schema in which the heartbeat artifacts are created.The default value is
public
.- Specified by:
getHeartbeatSchema
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getMapBooleanAsBoolean
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
When true, lets PostgreSQL migrate the boolean type as boolean.By default, PostgreSQL migrates booleans as
varchar(5)
. You must set this setting on both the source and target endpoints for it to take effect.The default value is
false
.- Specified by:
getMapBooleanAsBoolean
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getMaxFileSize
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.The default value is 32,768 KB (32 MB).
Example:
maxFileSize=512
- Specified by:
getMaxFileSize
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getPluginName
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Specifies the plugin to use to create a replication slot.The default value is
pglogical
.- Specified by:
getPluginName
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getSecretsManagerAccessRoleArn
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
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 inSecretsManagerSecret
.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 theSecretsManagerSecretId
that is required to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration Service User Guide .- Specified by:
getSecretsManagerAccessRoleArn
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getSecretsManagerSecretId
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
The full ARN, partial ARN, or display name of theSecretsManagerSecret
that contains the PostgreSQL endpoint connection details.- Specified by:
getSecretsManagerSecretId
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
getSlotName
Description copied from interface:CfnEndpoint.PostgreSqlSettingsProperty
Sets the name of a previously created logical replication slot for a change data capture (CDC) load of the PostgreSQL source instance.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 ofCdcStartPosition
. If the specified slot doesn't exist or the task doesn't have a validCdcStartPosition
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 usingCdcStartPosition
, see CreateReplicationTask , StartReplicationTask , and ModifyReplicationTask .- Specified by:
getSlotName
in interfaceCfnEndpoint.PostgreSqlSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-