aws-cdk-lib.aws_cloudwatch.Shading

enum Shading

LanguageType name
.NETAmazon.CDK.AWS.CloudWatch.Shading
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#Shading
Javasoftware.amazon.awscdk.services.cloudwatch.Shading
Pythonaws_cdk.aws_cloudwatch.Shading
TypeScript (source)aws-cdk-lib » aws_cloudwatch » Shading

Fill shading options that will be used with an annotation.

Members

NameDescription
NONEDon't add shading.
ABOVEAdd shading above the annotation.
BELOWAdd shading below the annotation.

NONE

Don't add shading.


ABOVE

Add shading above the annotation.


BELOW

Add shading below the annotation.