Class CloudConfigurationComplianceRuleOptions

Options for cloud_configuration rules. Fields resourceType and regoRule are mandatory when managing custom cloud_configuration rules.

Hierarchy

  • CloudConfigurationComplianceRuleOptions

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
complexRule?: boolean

Whether the rule is a complex one. Must be set to true if regoRule.resourceTypes contains more than one item. Defaults to false.

Rule details.

resourceType?: string

Main resource type to be checked by the rule. It should be specified again in regoRule.resourceTypes.

Generated using TypeDoc