enum PeriodOverride
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudWatch.PeriodOverride |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#PeriodOverride |
Java | software.amazon.awscdk.services.cloudwatch.PeriodOverride |
Python | aws_cdk.aws_cloudwatch.PeriodOverride |
TypeScript (source) | aws-cdk-lib » aws_cloudwatch » PeriodOverride |
Specify the period for graphs when the CloudWatch dashboard loads.
Members
| Name | Description |
|---|---|
| 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. |
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.

.NET
Go
Java
Python
TypeScript (