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

AWS Config: Tags of AWS::IAM::Policy and AWS::CloudWatch::Alarm are not recorded #49

Open
r-heimann opened this issue Jul 11, 2023 · 5 comments

Comments

@r-heimann
Copy link

See title, both resource types are missing recorded resource information.

@iainelder
Copy link

The schema suggests that the tags property exists on both of these resources. Do you have a sample query and results?

"tags.key": "string",
"tags.tag": "string",
"tags.value": "string",

"tags.key": "string",
"tags.tag": "string",
"tags.value": "string",

I have never tried to query the tags on these resources, so I don't know whether those properties are really implemented or not.

@r-heimann
Copy link
Author

The schema suggests that the tags property exists on both of these resources. Do you have a sample query and results?

"tags.key": "string",
"tags.tag": "string",
"tags.value": "string",

"tags.key": "string",
"tags.tag": "string",
"tags.value": "string",

I have never tried to query the tags on these resources, so I don't know whether those properties are really implemented or not.

There is already an internal AWS Ticket open for this issue. Example Query:

SELECT
  *,
  relationships,
  tags
WHERE
  resourceType = 'AWS::CloudWatch::Alarm'

@iainelder
Copy link

Thanks for the info! We can look forward to a fix for that then.

@nascit
Copy link

nascit commented Sep 8, 2023

This is also affecting my team

@runjivu
Copy link

runjivu commented Nov 6, 2024

are there any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants