Module: AWSCDK::CloudWatch::PeriodOverride
- Defined in:
- cloud_watch/period_override.rb
Overview
Specify the period for graphs when the CloudWatch dashboard loads.
Constant Summary collapse
- AUTO =
Deprecated.Note:
Default:
Period of all graphs on the dashboard automatically adapt to the time range of the dashboard.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.PeriodOverride", "AUTO")
- INHERIT =
Deprecated.Note:
Default:
Period set for each graph will be used.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.PeriodOverride", "INHERIT")