-
-
Save richardgrantserverless/074f236e0f2a85eb1c40052908d89d47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0", | |
"id": "6a7e4feb-b491-4cf7-a9f1-bf3703497718", | |
"detail-type": "Parameter Store Change", | |
"source": "aws.ssm", | |
"account": "123456789012", | |
"time": "2017-05-22T16:43:48Z", | |
"region": "us-east-1", | |
"resources": [ | |
"arn:aws:ssm:us-east-1:123456789012:parameter/foo" | |
], | |
"detail": { | |
"operation": "Create", | |
"name": "foo", | |
"type": "String", | |
"description": "Sample Parameter" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment