GradientEdge CDK Utils
    Preparing search index...

    Interface ApiShieldSchemaValidationSettingsProps

    interface ApiShieldSchemaValidationSettingsProps {
        validationDefaultMitigationAction: Input<string>;
        validationOverrideMitigationAction?: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • ApiShieldSchemaValidationSettingsArgs
      • ApiShieldSchemaValidationSettingsProps
    Index

    Properties

    validationDefaultMitigationAction: Input<string>

    The default mitigation action used when there is no mitigation action defined on the operation

    validationOverrideMitigationAction?: Input<string>

    When set, this overrides both zone level and operation level mitigation actions.

    • none will skip running schema validation entirely for the request
    • null indicates that no override is in place

    To clear any override, use the special value disableOverride or null Available values: "none", "disableOverride".

    zoneId: Input<string>

    Identifier.