GradientEdge CDK Utils
    Preparing search index...
    interface ZoneLockdownProps {
        configurations: Input<Input<ZoneLockdownConfiguration>[]>;
        description?: Input<string>;
        paused?: Input<boolean>;
        priority?: Input<number>;
        urls: Input<Input<string>[]>;
        zoneId: Input<string>;
    }

    Hierarchy

    • ZoneLockdownArgs
      • ZoneLockdownProps
    Index

    Properties

    configurations: Input<Input<ZoneLockdownConfiguration>[]>

    A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of ip or ipRange configurations.

    description?: Input<string>

    An informative summary of the rule. This value is sanitized and any tags will be removed.

    paused?: Input<boolean>

    When true, indicates that the rule is currently paused.

    priority?: Input<number>

    The priority of the rule to control the processing order. A lower number indicates higher priority. If not provided, any rules with a configured priority will be processed before rules without a priority.

    urls: Input<Input<string>[]>

    The URLs to include in the current WAF override. You can use wildcards. Each entered URL will be escaped before use, which means you can only use simple wildcard patterns.

    zoneId: Input<string>

    Defines an identifier.