0
0

More than 1 year has passed since last update.

【CloudWatch】comparison_operator

Posted at

概要

AWSのCloudWatch metricsをterraformで書く際、指定するcomparison_operatorについてまとめる

comparison_operatorとは

指定された統計としきい値を比較するときの算術演算

設定値 意味 使える要件
GreaterThanOrEqualToThreshold <= 通常使用
GreaterThanThreshold < 通常使用
LessThanThreshold > 通常使用
LessThanOrEqualToThreshold >= 通常使用
LessThanLowerOrGreaterThanUpperThreshold >= or <= Anomaly detectionを使う時に使える
LessThanLowerThreshold > Anomaly detectionを使う時に使える
GreaterThanUpperThreshold < Anomaly detectionを使う時に使える

資料

[公式] terraform conparison_operator

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0