Class CfnEndpoint.IbmDb2SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.IbmDb2SettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpoint.IbmDb2SettingsProperty
CfnEndpoint.IbmDb2SettingsProperty
-
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.IbmDb2SettingsProperty
CfnEndpoint.IbmDb2SettingsProperty.Builder, CfnEndpoint.IbmDb2SettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.IbmDb2SettingsProperty.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 ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.final Object
If true, AWS DMS saves any .csv files to the Db2 LUW target that were used to replicate data.final Number
The amount of time (in milliseconds) before AWS DMS times out operations performed by DMS on the Db2 target.final Number
Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.final Number
Maximum number of bytes per read, as a NUMBER value.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 IBMDB2 endpoint connection details.final Object
Enables ongoing replication (CDC) as a BOOLEAN value.final Number
The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication 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.IbmDb2SettingsProperty.Builder
.
-
-
Method Details
-
getCurrentLsn
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.- Specified by:
getCurrentLsn
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getKeepCsvFiles
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
If true, AWS DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting.The default value is false.
- Specified by:
getKeepCsvFiles
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getLoadTimeout
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
The amount of time (in milliseconds) before AWS DMS times out operations performed by DMS on the Db2 target.The default value is 1200 (20 minutes).
- Specified by:
getLoadTimeout
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getMaxFileSize
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.- Specified by:
getMaxFileSize
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getMaxKBytesPerRead
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
Maximum number of bytes per read, as a NUMBER value.The default is 64 KB.
- Specified by:
getMaxKBytesPerRead
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getSecretsManagerAccessRoleArn
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
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 ofthe AWS Secrets Manager secret that allows access to the Db2 LUW 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.IbmDb2SettingsProperty
- See Also:
-
getSecretsManagerSecretId
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
The full ARN, partial ARN, or display name of theSecretsManagerSecret
that contains the IBMDB2 endpoint connection details.- Specified by:
getSecretsManagerSecretId
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getSetDataCaptureChanges
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
Enables ongoing replication (CDC) as a BOOLEAN value.The default is true.
- Specified by:
getSetDataCaptureChanges
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- See Also:
-
getWriteBufferSize
Description copied from interface:CfnEndpoint.IbmDb2SettingsProperty
The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).- Specified by:
getWriteBufferSize
in interfaceCfnEndpoint.IbmDb2SettingsProperty
- 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()
-