aws.launch_wizard.get_workload
Example SQL Queries
SELECT * FROMaws.launch_wizard.get_workloadWHERE"workload_name" = 'VALUE';Description
Returns information about a workload.
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
| |
| workload Information about the workload. | STRUCT( |
Show child fields
| |