application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.applicationinsights.application |
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 |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
resource_group_name,
application_arn,
cwe_monitor_enabled,
ops_center_enabled,
ops_item_sns_topic_arn,
tags,
custom_components,
log_pattern_sets,
auto_configuration_enabled,
component_monitoring_settings,
grouping_type
FROM awscc.applicationinsights.application
WHERE data__Identifier = '<ApplicationARN>';
Permissions
To operate on the application
resource, the following permissions are required:
Read
*
Update
*
Delete
*