You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the aws_ses_domain_identity table I can't query the identity tags although they are available for this resources in AWS.
Describe the solution you'd like
I thing this should be added as a tags column just like many other tables (most tables I've worked with support tags)
Describe alternatives you've considered
I considered using AWS SDK in my code to fetch the tags for each identity after the steampipe query has finished.
In my case I use Python and Boto3
Additional context
I love this project and thanks for all the work you put into it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using the
aws_ses_domain_identity
table I can't query the identity tags although they are available for this resources in AWS.Describe the solution you'd like
I thing this should be added as a
tags
column just like many other tables (most tables I've worked with support tags)Describe alternatives you've considered
I considered using AWS SDK in my code to fetch the tags for each identity after the steampipe query has finished.
In my case I use Python and Boto3
Additional context
I love this project and thanks for all the work you put into it.
The text was updated successfully, but these errors were encountered: