GradientEdge CDK Utils
    Preparing search index...
    interface AccessRuleProps {
        accountId?: Input<string>;
        configuration: Input<AccessRuleConfiguration>;
        mode: Input<string>;
        notes?: Input<string>;
        zoneId?: Input<string>;
    }

    Hierarchy

    • AccessRuleArgs
      • AccessRuleProps
    Index

    Properties

    accountId?: Input<string>

    The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

    configuration: Input<AccessRuleConfiguration>

    The rule configuration.

    mode: Input<string>

    The action to apply to a matched request. Available values: "block", "challenge", "whitelist", "jschallenge", "managedchallenge".

    notes?: Input<string>

    An informative summary of the rule, typically used as a reminder or explanation.

    zoneId?: Input<string>

    The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.