|
| 1 | +{ |
| 2 | + "eventVersion": "1.11", |
| 3 | + "userIdentity": { |
| 4 | + "type": "IAMUser", |
| 5 | + "principalId": "YOUR_PRINCIPAL_ID", |
| 6 | + "arn": "arn:aws:iam::000000000000:user/test_user", |
| 7 | + "accountId": "000000000000", |
| 8 | + "accessKeyId": "YOUR_ACCESS_KEY_ID", |
| 9 | + "userName": "test_user", |
| 10 | + "sessionContext": { |
| 11 | + "attributes": { |
| 12 | + "creationDate": "2025-09-05T02:33:23Z", |
| 13 | + "mfaAuthenticated": "true" |
| 14 | + } |
| 15 | + } |
| 16 | + }, |
| 17 | + "eventTime": "2025-09-05T10:43:21Z", |
| 18 | + "eventSource": "sqs.amazonaws.com", |
| 19 | + "eventName": "CreateQueue", |
| 20 | + "awsRegion": "ap-northeast-2", |
| 21 | + "sourceIPAddress": "127.0.0.1", |
| 22 | + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", |
| 23 | + "requestParameters": { |
| 24 | + "queueName": "test-queue", |
| 25 | + "attributes": { |
| 26 | + "Policy": "{\"Version\":\"2012-10-17\",\"Id\":\"__default_policy_ID\",\"Statement\":[{\"Sid\":\"__owner_statement\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"000000000000\"},\"Action\":[\"SQS:*\"],\"Resource\":\"arn:aws:sqs:ap-northeast-2:000000000000:test-queue\"}]}", |
| 27 | + "ReceiveMessageWaitTimeSeconds": "0", |
| 28 | + "SqsManagedSseEnabled": "true", |
| 29 | + "DelaySeconds": "0", |
| 30 | + "KmsMasterKeyId": "", |
| 31 | + "RedrivePolicy": "", |
| 32 | + "MessageRetentionPeriod": "345600", |
| 33 | + "MaximumMessageSize": "1048576", |
| 34 | + "VisibilityTimeout": "30", |
| 35 | + "RedriveAllowPolicy": "" |
| 36 | + }, |
| 37 | + "tags": { |
| 38 | + "TestKey": "TestValue" |
| 39 | + } |
| 40 | + }, |
| 41 | + "responseElements": { |
| 42 | + "queueUrl": "https://sqs.ap-northeast-2.amazonaws.com/000000000000/test-queue" |
| 43 | + }, |
| 44 | + "requestID": "ded62e37-7691-5699-bb20-4f03b7984293", |
| 45 | + "eventID": "b5a8ec24-29c1-4ebd-8dbb-3e328e66818f", |
| 46 | + "readOnly": false, |
| 47 | + "resources": [ |
| 48 | + { |
| 49 | + "accountId": "000000000000", |
| 50 | + "type": "AWS::SQS::Queue", |
| 51 | + "ARN": "arn:aws:sqs:ap-northeast-2:000000000000:test-queue" |
| 52 | + } |
| 53 | + ], |
| 54 | + "eventType": "AwsApiCall", |
| 55 | + "managementEvent": true, |
| 56 | + "recipientAccountId": "000000000000", |
| 57 | + "eventCategory": "Management", |
| 58 | + "tlsDetails": { |
| 59 | + "tlsVersion": "TLSv1.3", |
| 60 | + "cipherSuite": "TLS_AES_128_GCM_SHA256", |
| 61 | + "clientProvidedHostHeader": "sqs.ap-northeast-2.amazonaws.com" |
| 62 | + }, |
| 63 | + "sessionCredentialFromConsole": "true" |
| 64 | +} |
0 commit comments