aws.launch_wizard.get_workload_deployment_pattern
Example SQL Queries
SELECT * FROMaws.launch_wizard.get_workload_deployment_patternWHERE"deployment_pattern_name" = 'VALUE'AND "workload_name" = 'VALUE';Description
Returns details for a given workload and deployment pattern, including the available specifications. You can use the ListWorkloads operation to discover the available workload names and the ListWorkloadDeploymentPatterns operation to discover the available deployment pattern names of a given workload.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deployment_pattern_name Required Input Column The name of the deployment pattern. | VARCHAR |
| 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
| |
| workload_deployment_pattern Details about the workload deployment pattern. | STRUCT( |
Show child fields
| |