Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing AWS::Config::ConfigurationRecorder.ResourceTypes #1491

Closed
alexmlee opened this issue Apr 24, 2020 · 2 comments · Fixed by #1492
Closed

Missing AWS::Config::ConfigurationRecorder.ResourceTypes #1491

alexmlee opened this issue Apr 24, 2020 · 2 comments · Fixed by #1492
Labels
good first issue Good for newcomers

Comments

@alexmlee
Copy link
Contributor

alexmlee commented Apr 24, 2020

cfn-lint version: (cfn-lint --version) 0.29.6

Description of issue.
I tried to deploy a ConfigRule, and 6 resource types that I'm able to list through the AWS UI and CLI aren't passing the linting:

        "AWS::ApiGateway::DomainName",
        "AWS::ApiGateway::Method",
        "AWS::ApiGatewayV2::DomainName",
        "AWS::CertificateManager::Certificate",
        "AWS::SNS::Topic",
        "AWS::SecretsManager::Secret"

Unfortunately, there is no exhaustive list of what's allowed via AWS::Config::ConfigRule
https://docs.aws.amazon.com/config/latest/developerguide/required-tags.html is a subset, but not exhaustive.

Looks like another case of specs lagging behind the actual AWS releases (#1219)

@alexmlee
Copy link
Contributor Author

Thanks for the feedback! I updated my PR to remove my modification from the us-west-2 region and added it to the aws_config.json file.

@PatMyron PatMyron changed the title Missing ResourceTypes Missing AWS::Config::ConfigurationRecorder.ResourceTypes Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants