Is your feature request related to a problem? Please describe.
I want to see when a KMS Key was last used. I want to use this information to help me decide whether a key is potentially obsolete.
Describe the solution you'd like
Add a last_key_usage_timestamp column to table aws_kms_key. The information can be fetched using the new GetKeyLastUsage API
Describe alternatives you've considered
You could parse all relevant cloudtrail events yourself. However, this is really expensive and not as straightforward as the new attribute that is exposed by KMS itself.
Additional context
Is your feature request related to a problem? Please describe.
I want to see when a KMS Key was last used. I want to use this information to help me decide whether a key is potentially obsolete.
Describe the solution you'd like
Add a
last_key_usage_timestamp columnto tableaws_kms_key. The information can be fetched using the new GetKeyLastUsage APIDescribe alternatives you've considered
You could parse all relevant cloudtrail events yourself. However, this is really expensive and not as straightforward as the new attribute that is exposed by KMS itself.
Additional context