MDAA TS Docs
    Preparing search index...

    Dynamic target for runtime table discovery. The DQ evaluation job will enumerate data at the given S3 directory and run Glue DQ recommendations on each discovered dataset.

    interface DynamicTargetConfig {
        name: string;
        s3DirUri: string;
        source: DataQualitySourceConfig;
    }
    Index

    Properties

    Properties

    name: string

    Logical name for this dynamic target (used in SSM parameter paths).

    s3DirUri: string

    S3 directory URI to discover datasets from at runtime.

    Source configuration describing the data format and connection details.