aws.launch_wizard.list_deployments
Example SQL Queries
SELECT * FROMaws.launch_wizard.list_deployments;Description
Lists the deployments that have been created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters to scope the results. The following filters are supported:
| STRUCT( |
Show child fields
| |
| _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
| |
| created_at The time the deployment was created. | TIMESTAMP_S |
| id The ID of the deployment. | VARCHAR |
| name The name of the deployment | VARCHAR |
| pattern_name The name of the workload deployment pattern. | VARCHAR |
| status The status of the deployment. | VARCHAR |
| workload_name The name of the workload. | VARCHAR |