MDAA TS Docs
    Preparing search index...
    interface MdaaCfnCrawlerProps {
        classifiers?: string[];
        configuration?: string;
        crawlerSecurityConfiguration: string;
        createOutputs?: boolean;
        createParams?: boolean;
        databaseName?: string;
        description?: string;
        name?: string;
        naming: IMdaaResourceNaming;
        recrawlPolicy?: IResolvable | RecrawlPolicyProperty;
        role: string;
        schedule?: IResolvable | ScheduleProperty;
        schemaChangePolicy?: IResolvable | SchemaChangePolicyProperty;
        tablePrefix?: string;
        tags?: TagElement;
        targets: IResolvable | TargetsProperty;
    }

    Hierarchy (View Summary)

    Index

    Properties

    classifiers?: string[]

    Array of custom classifier names for specialized data format recognition

    configuration?: string

    JSON configuration string controlling crawler behavior and processing options

    crawlerSecurityConfiguration: string
    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    databaseName?: string

    Name of the Glue database where the crawler will store discovered table metadata

    description?: string

    Human-readable description of the crawler explaining its purpose and data sources

    name?: string

    Name for the crawler that will be processed through MDAA naming conventions

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    recrawlPolicy?: IResolvable | RecrawlPolicyProperty
    role: string

    IAM role ARN that provides the crawler with permissions to access data sources and write

    schedule?: IResolvable | ScheduleProperty

    Schedule configuration for automated crawler execution using cron expressions or rate expressions

    schemaChangePolicy?: IResolvable | SchemaChangePolicyProperty

    Policy configuration controlling how the crawler handles schema changes and table updates

    tablePrefix?: string

    Prefix string added to all table names created by the crawler for namespace organization

    tags?: TagElement
    targets: IResolvable | TargetsProperty

    Collection of data source targets for the crawler to discover and catalog