Sample output from DescribStackEvents
{ | |
"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