class WavefrontHclOutput::Alert

Define alerts which can be understood by the Wavefront Terraform provider.

Public Instance Methods

hcl_fields() click to toggle source
# File lib/wavefront-cli/output/hcl/alert.rb, line 11
def hcl_fields
  %w[name target condition additional_information display_expression
     minutes resolve_after_minutes severity tags]
end