Class SecurityMonitoringTerraformConvertAttributes

Attributes for the convert request.

Hierarchy

  • SecurityMonitoringTerraformConvertAttributes

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
resourceJson: {
    [key: string]: any;
}

The resource attributes as a JSON object, matching the structure returned by the corresponding Datadog API (for example, the attributes of a suppression rule).

Type declaration

  • [key: string]: any

Generated using TypeDoc