MDAA TS Docs
    Preparing search index...

    Configuration for a Glue classifier with type selection and format-specific settings.

    Use cases: Custom data format recognition; Schema detection automation; Data parsing configuration; ETL data classification; Format-specific processing; Automated schema inference

    AWS: AWS Glue classifiers with custom configuration for automated data format recognition and schema detection in DataOps workflows

    Validation: classifierType must be valid ClassifierType enum value; configuration must be valid ClassifierConfigProps for specified type; configuration must match classifier type requirements

    interface ClassifierProps {
        classifierType: ClassifierType;
        configuration: ClassifierConfigProps;
    }
    Index

    Properties

    classifierType: ClassifierType

    Classifier type: 'csv', 'grok', 'json', or 'xml'.

    configuration: ClassifierConfigProps

    Format-specific classifier configuration properties.