aws.launch_wizard.list_deployment_events
Example SQL Queries
SELECT * FROMaws.launch_wizard.list_deployment_eventsWHERE"deployment_id" = 'VALUE';Description
Lists the events of a deployment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deployment_id Required Input Column The ID of the deployment. | 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
| |
| description The description of the deployment event. | VARCHAR |
| name The name of the deployment event. | VARCHAR |
| status The status of the deployment event. | VARCHAR |
| status_reason The reason of the deployment event status. | VARCHAR |
| timestamp The timestamp of the deployment event. | TIMESTAMP_S |