aws.launch_wizard.list_workload_deployment_patterns
Example SQL Queries
SELECT * FROMaws.launch_wizard.list_workload_deployment_patternsWHERE"workload_name" = 'VALUE';Description
Lists the workload deployment patterns for a given workload name. You can use the ListWorkloads operation to discover the available workload names.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workload_name Required Input Column The name of the workload. | 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
| |
| deployment_pattern_name The name of a workload deployment pattern. | VARCHAR |
| description The description of a workload deployment pattern. | VARCHAR |
| display_name The display name of a workload deployment pattern. | VARCHAR |
| status The status of a workload deployment pattern. | VARCHAR |
| status_message A message about a workload deployment pattern's status. | VARCHAR |
| workload_version_name The name of the workload deployment pattern version. | VARCHAR |