Contents:
aws_cdk.aws_cloudwatch.
Dimension
Bases: object
object
Metric dimension.
name (str) – Name of the dimension.
str
value (Any) – Value of the dimension.
Any
Attributes
name
Name of the dimension.
value
Value of the dimension.