A faulty deployment detection rule to evaluate as part of a deployment gate evaluation.

Hierarchy

  • DeploymentGatesFDDRule

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

Rule-level dry run. When enabled, the rule is evaluated normally but it always returns pass. The real result is visible in the Datadog UI.

name: string

Human-readable name for this rule.

Options for a faulty_deployment_detection rule.

The type identifier for a faulty deployment detection rule.

Generated using TypeDoc