aws.cloudformation.describe_stack_events
Example SQL Queries
SELECT * FROMaws.cloudformation.describe_stack_events;Description
Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, see CloudFormation stack creation events in the CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).
Table Definition
| Column Name | Column Data Type |
|---|---|
| stack_name Input Column The name associated with a stack. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| client_request_token The token passed to the operation that generated this event. All events triggered by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a CreateStack operation with the token token1, then all the StackEvents generated by that operation will have ClientRequestToken set as token1. In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format: Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002. | VARCHAR |
| detailed_status An optional field containing information about the detailed status of the stack event.
| VARCHAR |
| event_id The unique ID of this event. | VARCHAR |
| hook_failure_mode Specify the hook failure mode for non-compliant resources in the followings ways.
| VARCHAR |
| hook_invocation_point Invocation points are points in provisioning logic where hooks are initiated. | VARCHAR |
| hook_status Provides the status of the change set hook. | VARCHAR |
| hook_status_reason Provides the reason for the hook status. | VARCHAR |
| hook_type The name of the hook. | VARCHAR |
| logical_resource_id The logical name of the resource specified in the template. | VARCHAR |
| physical_resource_id The name or unique identifier associated with the physical instance of the resource. | VARCHAR |
| resource_properties BLOB of the properties used to create the resource. | VARCHAR |
| resource_status Current status of the resource. | VARCHAR |
| resource_status_reason Success/failure message associated with the resource. | VARCHAR |
| resource_type Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.) | VARCHAR |
| stack_id The unique ID name of the instance of the stack. | VARCHAR |
| timestamp Time the status was updated. | TIMESTAMP_S |