MDAA TS Docs
    Preparing search index...

    Configuration for DMS deployment including endpoints, replication instances, and tasks.

    Use cases: Database migration; Database replication; Data migration workflows; Database connectivity

    AWS: AWS Database Migration Service configuration for database migration and replication

    Validation: Configuration must be valid for deployment; properties must conform to AWS DMS and MDAA requirements

    interface DMSProps {
        createDmsLogRole?: boolean;
        createDmsVpcRole?: boolean;
        dmsRoleArn?: string;
        endpoints?: NamedEndpointProps;
        replicationInstances?: NamedReplicationInstanceProps;
        replicationTasks?: NamedReplicationTaskProps;
    }
    Index

    Properties

    createDmsLogRole?: boolean

    Whether to create the DMS CloudWatch Logs service role.

    createDmsVpcRole?: boolean

    Whether to create the DMS VPC service role.

    dmsRoleArn?: string

    Custom IAM role ARN for DMS operations.

    endpoints?: NamedEndpointProps

    Named endpoint configurations for source and target databases.

    replicationInstances?: NamedReplicationInstanceProps

    Named replication instance configurations.

    replicationTasks?: NamedReplicationTaskProps

    Named replication task configurations.