MDAA TS Docs
    Preparing search index...

    Interface DocDbSettingsProperty

    Provides information that defines a DocumentDB 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 Using extra connections attributes with Amazon DocumentDB as a source and Using Amazon DocumentDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .

    interface DocDbSettingsProperty {
        docsToInvestigate?: number;
        extractDocId?: boolean;
        nestingLevel?: string;
        secretsManagerAccessRoleArn?: string;
        secretsManagerSecretArn: string;
        secretsManagerSecretKMSArn?: string;
    }
    Index

    Properties

    docsToInvestigate?: number

    Number of documents to preview for determining document organization and schema inference

    extractDocId?: boolean
    nestingLevel?: string

    Nesting level specification for DocumentDB migration mode selection enabling document or table mode migration

    secretsManagerAccessRoleArn?: string
    secretsManagerSecretArn: string

    Secrets Manager secret ARN containing DocumentDB endpoint connection details enabling

    secretsManagerSecretKMSArn?: string