MDAA TS Docs
    Preparing search index...

    Interface NeptuneSettingsProperty

    Provides information that defines an Amazon Neptune 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 the available settings, see Specifying endpoint settings for Amazon Neptune as a target in the AWS Database Migration Service User Guide .

    interface NeptuneSettingsProperty {
        errorRetryDuration?: number;
        maxFileSize?: number;
        maxRetryCount?: number;
        s3BucketFolder?: string;
        s3BucketName: string;
        serviceAccessRoleArn?: string;
    }
    Index

    Properties

    errorRetryDuration?: number

    Retry duration in milliseconds for DMS bulk-load operations to Neptune target database

    maxFileSize?: number
    maxRetryCount?: number

    Maximum retry count for DMS bulk-load operations to Neptune target database enabling

    s3BucketFolder?: string
    s3BucketName: string

    S3 bucket name for temporary storage of migrated graph data during DMS Neptune migration

    serviceAccessRoleArn?: string