Module: AWSCDK::CloudWatch::VariableType
- Defined in:
- cloud_watch/variable_type.rb
Constant Summary collapse
- PROPERTY =
Deprecated.Note:
Default:
A property variable changes the values of all instances of a property in the list of widgets in the dashboard.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.VariableType", "PROPERTY")
- PATTERN =
Deprecated.Note:
Default:
A pattern variable is one that changes a regex pattern across the dashboard JSON.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.VariableType", "PATTERN")