CfnInsightRule: Name restrictions are not documented #27327
Labels
@aws-cdk/aws-cloudwatch
Related to Amazon CloudWatch
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the issue
Rule name has a restriction
INVALID_RULE_NAME: RuleName “<Redacted>” does not match the pattern: [A-Za-z0-9][A-Za-z0-9\-\_\.]{0,126}[A-Za-z0-9] (Service: AmazonCloudWatch; Status Code: 400; Error Code: InvalidParameterValue
. This should have been documented in the CfnInsightRuleProps props type or descriptionLinks
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudwatch.CfnInsightRule.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudwatch.CfnInsightRuleProps.html
The text was updated successfully, but these errors were encountered: