caffeine_lang/phase_5/terraform/datadog

Values

pub fn get_tags(tags: dict.Dict(String, 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) -> String
pub fn resource_time_frame() -> String
pub fn resource_top_line(
  team_name: String,
  service_name: String,
  sli_type: String,
) -> String
pub fn resource_type(
  query_template_type: ast.QueryTemplateType,
) -> String
pub fn set_resource_comment_header(
  team: String,
  sli_type: String,
) -> String
pub fn slo_specification(
  slo: intermediate_representation.ResolvedSlo,
) -> String
pub fn tf_resource_name(
  team_name: String,
  service_name: String,
  sli_type: String,
) -> String
pub fn variables() -> String
Search Document