Module: AWSCDK::CloudWatch::Shading
- Defined in:
- cloud_watch/shading.rb
Overview
Fill shading options that will be used with a horizontal annotation.
Constant Summary collapse
- NONE =
Deprecated.Note:
Default:
Don't add shading.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.Shading", "NONE")
- ABOVE =
Deprecated.Note:
Default:
Add shading above the annotation.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.Shading", "ABOVE")
- BELOW =
Deprecated.Note:
Default:
Add shading below the annotation.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.Shading", "BELOW")