GradientEdge CDK Utils
    Preparing search index...
    interface WorkerRouteProps {
        pattern: Input<string>;
        script?: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • WorkersRouteArgs
      • WorkerRouteProps
    Index

    Properties

    pattern: Input<string>

    Pattern to match incoming requests against. Learn more.

    script?: Input<string>

    Name of the script to run if the route matches.

    zoneId: Input<string>

    Identifier.