software.amazon.awscdk.services.cloudwatch.AlarmState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudwatch Show documentation
Show all versions of cloudwatch Show documentation
The CDK Construct Library for AWS::CloudWatch
package software.amazon.awscdk.services.cloudwatch;
/**
* Enumeration indicates state of Alarm used in building Alarm Rule.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.30.0 (build adae23f)", date = "2021-06-17T00:23:00.245Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.cloudwatch.$Module.class, fqn = "@aws-cdk/aws-cloudwatch.AlarmState")
public enum AlarmState {
/**
* State indicates resource is in ALARM.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ALARM,
/**
* State indicates resource is not in ALARM.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
OK,
/**
* State indicates there is not enough data to determine is resource is in ALARM.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
INSUFFICIENT_DATA,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy