Skip to content

Instantly share code, notes, and snippets.

@alessandrobologna
Created May 27, 2019 14:55
Show Gist options
  • Save alessandrobologna/41f2b84d20111916ef9a3e525dd51ae8 to your computer and use it in GitHub Desktop.
Save alessandrobologna/41f2b84d20111916ef9a3e525dd51ae8 to your computer and use it in GitHub Desktop.
{
"version": "0",
"id": "5089ddb8-2ab5-4739-7323-8519741f53d7",
"detail-type": "Glue Data Catalog Database State Change",
"source": "aws.glue",
"account": "123456789012",
"time": "2019-04-25T15:40:07Z",
"region": "us-east-1",
"resources": [
"arn:aws:glue:us-east-1:123456789012:table/dbname/table_name"
],
"detail": {
"databaseName": "dbname",
"typeOfChange": "CreateTable",
"changedTables": [
"table_name"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment