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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnEndpoint.IbmDb2SettingsProperty
CfnEndpoint.IbmDb2SettingsProperty.Builder, CfnEndpoint.IbmDb2SettingsProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpoint.IbmDb2SettingsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringFor ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.final NumberMaximum number of bytes per read, as a NUMBER value.final StringThe 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 StringThe full ARN, partial ARN, or display name of theSecretsManagerSecretthat contains the IBMDB2 endpoint connection details.final ObjectEnables ongoing replication (CDC) as a BOOLEAN value.final inthashCode()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.IbmDb2SettingsPropertyFor ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.- Specified by:
 getCurrentLsnin interfaceCfnEndpoint.IbmDb2SettingsProperty
 - 
getMaxKBytesPerRead
Description copied from interface:CfnEndpoint.IbmDb2SettingsPropertyMaximum number of bytes per read, as a NUMBER value.The default is 64 KB.
- Specified by:
 getMaxKBytesPerReadin interfaceCfnEndpoint.IbmDb2SettingsProperty
 - 
getSecretsManagerAccessRoleArn
Description copied from interface:CfnEndpoint.IbmDb2SettingsPropertyThe 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:PassRoleaction.SecretsManagerSecrethas 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 theSecretsManagerSecretIdthat 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:
 getSecretsManagerAccessRoleArnin interfaceCfnEndpoint.IbmDb2SettingsProperty
 - 
getSecretsManagerSecretId
Description copied from interface:CfnEndpoint.IbmDb2SettingsPropertyThe full ARN, partial ARN, or display name of theSecretsManagerSecretthat contains the IBMDB2 endpoint connection details.- Specified by:
 getSecretsManagerSecretIdin interfaceCfnEndpoint.IbmDb2SettingsProperty
 - 
getSetDataCaptureChanges
Description copied from interface:CfnEndpoint.IbmDb2SettingsPropertyEnables ongoing replication (CDC) as a BOOLEAN value.The default is true.
- Specified by:
 getSetDataCaptureChangesin interfaceCfnEndpoint.IbmDb2SettingsProperty
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -