MDAA TS Docs
    Preparing search index...

    Interface IbmDb2SettingsProperty

    Provides information that defines an IBMDB2 endpoint. Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption. This information includes the output format of records applied to the endpoint and details of transaction and control table data information. For more information about other available settings, see Extra connection attributes when using Db2 LUW as a source for AWS DMS in the AWS Database Migration Service User Guide .

    interface IbmDb2SettingsProperty {
        currentLsn?: string;
        maxKBytesPerRead?: number;
        secretsManagerAccessRoleArn?: string;
        secretsManagerSecretArn: string;
        secretsManagerSecretKMSArn?: string;
        setDataCaptureChanges?: boolean;
    }
    Index

    Properties

    currentLsn?: string

    Log sequence number (LSN) for IBM DB2 change data capture (CDC) replication starting point

    maxKBytesPerRead?: number

    Maximum bytes per read operation for IBM DB2 data transfer performance optimization enabling throughput tuning

    secretsManagerAccessRoleArn?: 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 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. See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-ibmdb2settings.html#cfn-dms-endpoint-ibmdb2settings-secretsmanageraccessrolearn

    secretsManagerSecretArn: string
    secretsManagerSecretKMSArn?: string

    The ID of the KMS key used to encrypt the credentials secret.

    setDataCaptureChanges?: boolean