paws.security.identity (version 0.1.0)

iam_get_access_key_last_used: Retrieves information about when the specified access key was last used

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 AWS service and region that were specified in the last request made with that key.

Usage

iam_get_access_key_last_used(AccessKeyId)

Arguments

AccessKeyId

[required] 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.

Request syntax

svc$get_access_key_last_used(
  AccessKeyId = "string"
)