Unknown CloudFormation resource type: AWS::Chatbot::SlackChannelConfiguration
See original GitHub issuecfn-lint version: (0.49.2)
Description of issue.
AWS::Chatbot::SlackChannelConfiguration’ is not recognized as a valid resource type.
- CloudFormation sample that generated the issue:
SlackChannelConfig:
Type: AWS::Chatbot::SlackChannelConfiguration
Properties:
ConfigurationName: !Sub "{${Environment}-securityhub-notifications"
IamRoleArn: !GetAtt ChatBotManageIAMRole.Arn
LoggingLevel: "ERROR"
SlackChannelId: !Split [ ",", !Sub "${SlackChannelId}" ]
SlackWorkspaceId: !Ref SlackWorkSpaceId
SnsTopicArns:
- !Ref SecurityHubSNSTopic
Official documentation AWS::Chatbot::SlackChannelConfiguration
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Evidently resource type reference - AWS CloudFormation
AWS::Evidently resource types reference for AWS CloudFormation.
Read more >CloudFormation — Boto3 Docs 1.26.34 documentation - AWS
The template defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the...
Read more >IntelliJ AWS Cloudformation template editor does not ...
Architectures is underlined in red, with the error "Unknown resource type property: Architectures". What is the expected result?
Read more >AWS China error validating stack policy Unknown resource type
we have the following stack policy that we use to deploy on both aws and aws china. { "Statement": [ { "Effect": "Allow",...
Read more >6 unknown CloudFormation features you should know about
I was recently invited to a CloudFormation workshop with a group of early CloudFormation ... This works for the following resource types: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/aws-cloudformation/cfn-lint/blob/4a7af2bd53a9ad1ccaba3a509437c53102ade522/src/cfnlint/core.py#L25 We shouldn’t be seeing that error as that exists.
I wonder if an uninstall and re-install may be a valid next step. I would try to make sure the folder is empty where cfn-lint gets uninstalled to make sure everything is removed.
pip show cfn-lint
should show you the folder being doing the uninstall.I’m unable to replicate this issue using
cfn-lint --region eu-west-1 -- 2025.yaml
and the most recent version of cfn-lint.Can you run
cfn-lint --update-specs
and try again.