caffeine_lang/phase_5/terraform/datadog

Values

pub fn full_resource_body(
  slo: resolved_slo.Slo,
  index: Int,
) -> String
pub fn get_tags(
  team_name: String,
  service_name: String,
  sli_type: String,
  query_type: String,
) -> String
pub fn provider() -> String
pub fn provider_with_variables() -> String
pub fn resource_description() -> String
pub fn resource_target_threshold(threshold: Float) -> String
pub fn resource_threshold(
  threshold: Float,
  time_window_in_days: Int,
) -> String
pub fn resource_top_line(
  team_name: String,
  service_name: String,
  sli_type: String,
  index: Int,
) -> String
pub fn resource_type(
  query_template_type: query_template_type.QueryTemplateType,
) -> String
pub fn set_resource_comment_header(
  team: String,
  sli_type: String,
) -> String
pub fn slo_specification(slo: resolved_slo.Slo) -> String
pub fn tf_resource_name(
  team_name: String,
  service_name: String,
  sli_type: String,
  index: Int,
) -> String
pub fn variables() -> String
Search Document