The payload of a cloud configuration rule.

Hierarchy

  • CloudConfigurationRulePayload

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

Description of generated findings and signals (severity and channels to be notified in case of a signal). Must contain exactly one item.

How to generate compliance signals. Useful for cloud_configuration rules only.

Additional queries to filter matched events before they are processed.

isEnabled: boolean

Whether the rule is enabled.

message: string

Message in markdown format for generated findings and signals.

name: string

The name of the rule.

Options on cloud configuration rules.

tags?: string[]

Tags for generated findings and signals.

The rule type.

Generated using TypeDoc