aws.launch_wizard.list_workloads
Example SQL Queries
SELECT * FROMaws.launch_wizard.list_workloads;Description
Lists the available workload names. You can use the ListWorkloadDeploymentPatterns operation to discover the available deployment patterns for a given workload.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| display_name The display name of the workload data. | VARCHAR |
| workload_name The name of the workload. | VARCHAR |