View a markdown version of this page

GetKeyLastUsage - AWS Key Management Service

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

GetKeyLastUsage

다음 예제에서는 GetKeyLastUsage 작업에 대한 AWS CloudTrail 로그 항목을 보여줍니다. AWS KMS 는 GetKeyLastUsage 작업을 호출하거나 콘솔에서 AWS KMS KMS 키 세부 정보를 볼 때 다음과 같은 항목을 기록합니다.

{ "eventVersion": "1.11", "userIdentity": { "type": "IAMUser", "principalId": "EX_PRINCIPAL_ID", "arn": "arn:aws:iam::111122223333:user/Alice", "accountId": "111122223333", "accessKeyId": "EXAMPLE_KEY_ID", "userName": "Alice" }, "eventTime": "2026-04-27T17:11:06Z", "eventSource": "kms.amazonaws.com", "eventName": "GetKeyLastUsage", "awsRegion": "us-east-1", "sourceIPAddress": "192.0.2.0", "userAgent": "AWS Internal", "requestParameters": { "keyId": "1234abcd-12ab-34cd-56ef-1234567890ab" }, "responseElements": null, "requestID": "93746dd6-63bc-11e4-bc2b-4198b6150d5c", "eventID": "4aa7e4d5-d047-452a-a5a6-2cce282a7e82", "readOnly": true, "resources": [{ "accountId": "111122223333", "type": "AWS::KMS::Key", "ARN": "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" }], "eventType": "AwsApiCall", "recipientAccountId": "111122223333" }