aws.application_insights.describe_workload
Example SQL Queries
SELECT * FROMaws.application_insights.describe_workloadWHERE"resource_group_name" = 'VALUE'AND "component_name" = 'VALUE'AND "workload_id" = 'VALUE';Description
Describes a workload and its configuration.
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 |
| workload_id Required Input Column The ID of the workload. | VARCHAR |
| account_id Input Column The AWS account ID for the workload owner. | 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_configuration The configuration settings of the workload. The value is the escaped JSON of the configuration. | STRUCT( |
Show child fields
| |
| workload_remarks If logging is supported for the resource type, shows whether the component has configured logs to be monitored. | VARCHAR |