MDAA TS Docs
    Preparing search index...

    Interface KinesisSettingsProperty

    Provides information that describes an Amazon Kinesis Data Stream 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 object mapping to migrate data to a Kinesis data stream in the AWS Database Migration Service User Guide .

    interface KinesisSettingsProperty {
        includeControlDetails?: boolean;
        includeNullAndEmpty?: boolean;
        includePartitionValue?: boolean;
        includeTableAlterOperations?: boolean;
        includeTransactionDetails?: boolean;
        messageFormat?: string;
        noHexPrefix?: boolean;
        partitionIncludeSchemaTable?: boolean;
        serviceAccessRoleArn?: string;
        streamArn: string;
    }
    Index

    Properties

    includeControlDetails?: boolean

    Flag to show detailed control information for table and column changes in Kinesis message

    includeNullAndEmpty?: boolean

    Flag to include NULL and empty columns in records migrated to Kinesis endpoint for complete

    includePartitionValue?: boolean

    Flag to show partition value in Kinesis message output unless partition type is schema-table-type

    includeTableAlterOperations?: boolean

    Flag to include DDL operations that change table structure in control data for schema change tracking

    includeTransactionDetails?: boolean

    Flag to provide detailed transaction information from source database for transaction tracking

    messageFormat?: string

    Output format specification for records created on Kinesis endpoint for streaming data format control

    noHexPrefix?: boolean

    Flag to avoid adding '0x' prefix to raw data in hexadecimal format for cleaner data representation

    partitionIncludeSchemaTable?: boolean

    Flag to prefix schema and table names to partition values for improved data distribution across Kinesis shards

    serviceAccessRoleArn?: string

    IAM role ARN for DMS service access to Kinesis data stream for secure streaming operations

    streamArn: string

    Amazon Kinesis Data Streams endpoint ARN for DMS streaming destination configuration