applications_list_only
Lists applications
in a region or regions, for all properties use applications
Overview
Name | applications_list_only |
Type | Resource |
Description | Resource schema for AWS::ApplicationInsights::Application |
Id | aws.applicationinsights.applications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
resource_group_name | string | The name of the resource group. |
application_arn | string | The ARN of the ApplicationInsights application. |
cwe_monitor_enabled | boolean | Indicates whether Application Insights can listen to CloudWatch events for the application resources. |
ops_center_enabled | boolean | When set to true, creates opsItems for any problems detected on an application. |
ops_item_sns_topic_arn | string | The SNS topic provided to Application Insights that is associated to the created opsItem. |
tags | array | The tags of Application Insights application. |
custom_components | array | The custom grouped components. |
log_pattern_sets | array | The log pattern sets. |
auto_configuration_enabled | boolean | If set to true, application will be configured with recommended monitoring configuration. |
component_monitoring_settings | array | The monitoring settings of the components. |
grouping_type | string | The grouping type of the application |
attach_missing_permission | boolean | If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all applications
in a region.
SELECT
region,
application_arn
FROM aws.applicationinsights.applications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the applications_list_only
resource, see applications