zap-cdk
    Preparing search index...

    Interface IExport

    IExport Represents the configuration for an export operation.

    interface IExport {
        context?: string;
        fileName: string;
        source?: ExportSource;
        type?: ExportType;
    }
    Index

    Properties

    context?: string

    Name of the context from which to export, default: first context.

    fileName: string

    Name/path to the file.

    source?: ExportSource

    The source of the export, restricted to specific values, default: 'history'.

    type?: ExportType

    The type of export, restricted to specific values, default: 'har'.