You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cfn-lint uses the CloudFormation Resource Specifications as the base to do validation. These files are included as part of the application version. Please update to the latest version of cfn-lint or update the spec files manually (cfn-lint -u)
The text was updated successfully, but these errors were encountered:
Period (30) not supported for namespaces with the following prefix: AWS/ (Service: AmazonCloudWatch; Status Code: 400; Error Code: ValidationError; Request ID: )
Wondering if that limitation is specific to the AWS/ prefix from that error message and if it lines up with any of our existing concise constraint formats
PatMyron
changed the title
Feature Request: AWS::CloudWatch::Alarm Only a period greater than 60s is supported for metrics in the "AWS/" namespaces
AWS::CloudWatch::Alarm.Period >= 60 for metrics in the AWS/ namespace
Aug 28, 2020
cfn-lint version: (
cfn-lint --version
)Description of issue.
AWS won't let you set
AWS::CloudWatch::Alarm.Period
less than60
, it would be neat if cfn-lint flagged that.Please provide as much information as possible:
The following resource should get flagged because the Period property is invalid, but doesn't:
Cfn-lint uses the CloudFormation Resource Specifications as the base to do validation. These files are included as part of the application version. Please update to the latest version of
cfn-lint
or update the spec files manually (cfn-lint -u
)The text was updated successfully, but these errors were encountered: