GetKeyRotationStatus - AWS Key Management Service

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

GetKeyRotationStatus

次の例は、 GetKeyRotationStatusオペレーションの AWS CloudTrailログエントリを示しています。KMS キーのキーマテリアルの、自動ローテーションの詳細については、「AWS KMS keys ローテーション」を参照してください。

{ "eventVersion": "1.08", "userIdentity": { "type": "IAMUser", "principalId": "EX_PRINCIPAL_ID", "arn": "arn:aws:iam::111122223333:user/Alice", "accountId": "111122223333", "accessKeyId": "EXAMPLE_KEY_ID", "userName": "Alice" }, "eventTime": "2022-09-01T19:32:11Z", "eventSource": "kms.amazonaws.com", "eventName": "GetKeyRotationStatus", "awsRegion": "us-west-2", "sourceIPAddress": "192.0.2.0", "userAgent": "AWS Internal", "requestParameters": { "keyId": "1234abcd-12ab-34cd-56ef-1234567890ab" }, "responseElements": null, "requestID": "12f9b7e8-49b9-4c1c-a7e3-34ac0cdf0467", "eventID": "3d082126-9e7d-4167-8372-a6cfcbed4be6", "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", "managementEvent": true, "recipientAccountId": "111122223333", "eventCategory": "Management" }