aws.iam.get_access_key_last_used
Example SQL Queries
SELECT * FROMaws.iam.get_access_key_last_usedWHERE"access_key_id" = 'VALUE';Description
Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the Amazon Web Services service and Region that were specified in the last request made with that key.
Table Definition
| Column Name | Column Data Type |
|---|---|
| access_key_id Required Input Column The identifier of an access key. This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| access_key_last_used Contains information about the last time the access key was used. | STRUCT( |
Show child fields
| |
| user_name The name of the IAM user that owns this access key. | VARCHAR |