aws-cdk-lib.aws_cloudwatch.PeriodOverride

enum PeriodOverride

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

Specify the period for graphs when the CloudWatch dashboard loads.

Members

NameDescription
AUTOPeriod of all graphs on the dashboard automatically adapt to the time range of the dashboard.
INHERITPeriod set for each graph will be used.

AUTO

Period of all graphs on the dashboard automatically adapt to the time range of the dashboard.


INHERIT

Period set for each graph will be used.