MDAA TS Docs
    Preparing search index...

    Interface ElasticsearchSettingsProperty

    Provides information that defines an OpenSearch 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 Extra connection attributes when using OpenSearch as a target for AWS DMS in the AWS Database Migration Service User Guide .

    interface ElasticsearchSettingsProperty {
        endpointUri?: string;
        errorRetryDuration?: number;
        fullLoadErrorPercentage?: number;
        serviceAccessRoleArn?: string;
    }
    Index

    Properties

    endpointUri?: string

    OpenSearch cluster endpoint URI for DMS target connectivity enabling search engine data migration and indexing

    errorRetryDuration?: number
    fullLoadErrorPercentage?: number

    Maximum percentage of failed records before stopping full load operation enabling

    serviceAccessRoleArn?: string