Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
UpdateCustomKeyStore
Contoh berikut menunjukkan entri AWS CloudTrail log yang dihasilkan dengan memanggil UpdateCustomKeyStore
operasi untuk memperbarui ID cluster untuk penyimpanan kunci kustom. Untuk informasi tentang mengedit toko kunci kustom, lihatEdit pengaturan penyimpanan AWS CloudHSM kunci.
{ "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": "2021-10-21T20:17:32Z", "eventSource": "kms.amazonaws.com", "eventName": "UpdateCustomKeyStore", "awsRegion": "us-east-1", "sourceIPAddress": "192.0.2.0", "userAgent": "AWS Internal", "requestParameters": { "customKeyStoreId": "cks-1234567890abcdef0", "clusterId": "cluster-1a23b4cdefg" }, "responseElements": null, "additionalEventData": { "customKeyStoreName": "ExampleKeyStore", "clusterId": "cluster-1a23b4cdefg" }, "requestID": "abcde9e1-f1a3-4460-a423-577fb6e695c9", "eventID": "114b61b9-0ea6-47f5-a9d2-4f2bdd0017d5", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "recipientAccountId": "111122223333" }