software.amazon.awscdk.services.cloudwatch.Shading 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;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/0.19.0 (build 7c562bc)", date = "2019-10-22T08:20:38.289Z")
@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.Shading")
public enum Shading {
/**
* Don't add shading.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
NONE,
/**
* Add shading above the annotation.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ABOVE,
/**
* Add shading below the annotation.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
BELOW,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy