Class CreateDeploymentRuleParamsDataAttributes

Parameters for creating a deployment rule.

Hierarchy

  • CreateDeploymentRuleParamsDataAttributes

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

Whether this rule is run in dry-run mode.

name: string

The name of the deployment rule.

Options for deployment rule response representing either faulty deployment detection or monitor options.

type: string

The type of the deployment rule (faulty_deployment_detection or monitor).

Generated using TypeDoc