zap-cdk
    Preparing search index...

    Interface IImport

    IImport Represents the configuration for an import operation.

    interface IImport {
        fileName: string;
        type: ImportType;
    }
    Index

    Properties

    Properties

    fileName: string

    Name of the file containing the data.

    The type of import, restricted to specific values.