question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown CloudFormation resource type: AWS::Chatbot::SlackChannelConfiguration

See original GitHub issue

cfn-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:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kddejongcommented, Jun 14, 2021

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.

1reaction
kddejongcommented, Jun 10, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found