-
-
Save efekarakus/5eec8215642594ff1fc1545e29f76131 to your computer and use it in GitHub Desktop.
Sample output from DescribStackEvents
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
{ | |
"StackEvents": [ | |
{ | |
"StackId": "arn:aws:cloudformation:us-west-2:1111:stack/webapp-test-frontend/6bc2f370-6192-11eb-a32f-0add5a5ae7d7", | |
"EventId": "7017d730-61a9-11eb-a6ec-0a772b2bf4db", | |
"StackName": "webapp-test-frontend", | |
"LogicalResourceId": "webapp-test-frontend", | |
"PhysicalResourceId": "arn:aws:cloudformation:us-west-2:1111:stack/webapp-test-frontend/6bc2f370-6192-11eb-a32f-0add5a5ae7d7", | |
"ResourceType": "AWS::CloudFormation::Stack", | |
"Timestamp": "2021-01-28T20:43:12.281000+00:00", | |
"ResourceStatus": "UPDATE_COMPLETE" | |
}, | |
{ | |
"StackId": "arn:aws:cloudformation:us-west-2:1111:stack/webapp-test-frontend/6bc2f370-6192-11eb-a32f-0add5a5ae7d7", | |
"EventId": "6faedc30-61a9-11eb-a6a7-028f431a9301", | |
"StackName": "webapp-test-frontend", | |
"LogicalResourceId": "webapp-test-frontend", | |
"PhysicalResourceId": "arn:aws:cloudformation:us-west-2:1111:stack/webapp-test-frontend/6bc2f370-6192-11eb-a32f-0add5a5ae7d7", | |
"ResourceType": "AWS::CloudFormation::Stack", | |
"Timestamp": "2021-01-28T20:43:11.593000+00:00", | |
"ResourceStatus": "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment