io.github.cdklabs.cdk.codepipeline.extensions.AlarmState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-codepipeline-extensions Show documentation
Show all versions of cdk-codepipeline-extensions Show documentation
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
package io.github.cdklabs.cdk.codepipeline.extensions;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.72.0 (build 4b8828b)", date = "2022-12-24T00:13:28.551Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = io.github.cdklabs.cdk.codepipeline.extensions.$Module.class, fqn = "@cdklabs/cdk-codepipeline-extensions.AlarmState")
public enum AlarmState {
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
OK,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
ALARM,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
INSUFFICIENT_DATA,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy