GradientEdge CDK Utils
    Preparing search index...
    interface PageRuleProps {
        actions: Input<PageRuleActions>;
        priority?: Input<number>;
        status?: Input<string>;
        target: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • PageRuleArgs
      • PageRuleProps
    Index

    Properties

    actions: Input<PageRuleActions>
    priority?: Input<number>

    The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: /images/*) but want a more specific Page Rule to take precedence (rule B: /images/special/*), specify a higher priority for rule B so it overrides rule A.

    status?: Input<string>

    The status of the Page Rule. Available values: "active", "disabled".

    target: Input<string>
    zoneId: Input<string>

    Identifier.