Class DeploymentGatesEvaluationConfiguration

Inline rule definitions for a deployment gate evaluation. When provided, rules are evaluated directly from this configuration instead of using the preconfigured gate rules. At least one rule is required.

Hierarchy

  • DeploymentGatesEvaluationConfiguration

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dryRun?: boolean

Gate-level dry run. When enabled, the rules are evaluated normally but the gate always returns pass. The real result is visible in the Datadog UI.

The list of rules to evaluate. At least one rule is required.

Generated using TypeDoc