enum Shading
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CloudWatch.Shading |
Java | software.amazon.awscdk.services.cloudwatch.Shading |
Python | aws_cdk.aws_cloudwatch.Shading |
TypeScript (source) | @aws-cdk/aws-cloudwatch » Shading |
Fill shading options that will be used with an annotation.
Members
Name | Description |
---|---|
NONE | Don't add shading. |
ABOVE | Add shading above the annotation. |
BELOW | Add shading below the annotation. |
NONE
Don't add shading.
ABOVE
Add shading above the annotation.
BELOW
Add shading below the annotation.