aws.application_insights.list_workloads
Example SQL Queries
SELECT * FROMaws.application_insights.list_workloadsWHERE"resource_group_name" = 'VALUE'AND "component_name" = 'VALUE';Description
Lists the workloads that are configured on a given component.
Table Definition
| Column Name | Column Data Type |
|---|---|
| component_name Required Input Column The name of the component. | VARCHAR |
| resource_group_name Required Input Column The name of the resource group. | VARCHAR |
| account_id Input Column The AWS account ID of the owner of the workload. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. | BIGINT |
| next_token Input Column The token to request the next page of results. | 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_list The list of workloads. | STRUCT( |
Show child fields
| |