Skip to main content

applications_list_only

Lists applications in a region or regions, for all properties use applications

Overview

Nameapplications_list_only
TypeResource
DescriptionResource schema for AWS::ApplicationInsights::Application
Idaws.applicationinsights.applications_list_only

Fields

NameDatatypeDescription
resource_group_namestringThe name of the resource group.
application_arnstringThe ARN of the ApplicationInsights application.
cwe_monitor_enabledbooleanIndicates whether Application Insights can listen to CloudWatch events for the application resources.
ops_center_enabledbooleanWhen set to true, creates opsItems for any problems detected on an application.
ops_item_sns_topic_arnstringThe SNS topic provided to Application Insights that is associated to the created opsItem.
tagsarrayThe tags of Application Insights application.
custom_componentsarrayThe custom grouped components.
log_pattern_setsarrayThe log pattern sets.
auto_configuration_enabledbooleanIf set to true, application will be configured with recommended monitoring configuration.
component_monitoring_settingsarrayThe monitoring settings of the components.
grouping_typestringThe grouping type of the application
attach_missing_permissionbooleanIf set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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