@Stability(value=Stable) public static final class CfnEndpoint.IbmDb2SettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpoint.IbmDb2SettingsProperty>
CfnEndpoint.IbmDb2SettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty.Builder currentLsn(String currentLsn)
CfnEndpoint.IbmDb2SettingsProperty.getCurrentLsn()currentLsn - For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.this@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty.Builder maxKBytesPerRead(Number maxKBytesPerRead)
CfnEndpoint.IbmDb2SettingsProperty.getMaxKBytesPerRead()maxKBytesPerRead - Maximum number of bytes per read, as a NUMBER value.
The default is 64 KB.this@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty.Builder secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
CfnEndpoint.IbmDb2SettingsProperty.getSecretsManagerAccessRoleArn()secretsManagerAccessRoleArn - 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` .
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 theSecretsManagerSecretIdthat is required to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration Service User Guide .
this@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty.Builder secretsManagerSecretId(String secretsManagerSecretId)
CfnEndpoint.IbmDb2SettingsProperty.getSecretsManagerSecretId()secretsManagerSecretId - The full ARN, partial ARN, or display name of the `SecretsManagerSecret` that contains the IBMDB2 endpoint connection details.this@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty.Builder setDataCaptureChanges(Boolean setDataCaptureChanges)
CfnEndpoint.IbmDb2SettingsProperty.getSetDataCaptureChanges()setDataCaptureChanges - Enables ongoing replication (CDC) as a BOOLEAN value.
The default is true.this@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty.Builder setDataCaptureChanges(IResolvable setDataCaptureChanges)
CfnEndpoint.IbmDb2SettingsProperty.getSetDataCaptureChanges()setDataCaptureChanges - Enables ongoing replication (CDC) as a BOOLEAN value.
The default is true.this@Stability(value=Stable) public CfnEndpoint.IbmDb2SettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpoint.IbmDb2SettingsProperty>CfnEndpoint.IbmDb2SettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.