GradientEdge CDK Utils
    Preparing search index...

    Properties for creating a Cloudflare Workers Route

    interface WorkerRouteProps {
        pattern: Input<string>;
        script?: Input<string | undefined>;
        zoneId: Input<string>;
    }

    Hierarchy

    • WorkersRouteArgs
      • WorkerRouteProps
    Index
    pattern: Input<string>

    Pattern to match incoming requests against. Learn more.

    script?: Input<string | undefined>

    Name of the script to run if the route matches.

    zoneId: Input<string>

    Identifier.