AWS Fundamentals Logo
AWS Fundamentals
AWS::ApplicationInsights::Application

ApplicationInsights Application

Resource Type definition for AWS::ApplicationInsights::Application

Properties

12 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ResourceGroupName
string
RequiredCreate-only
AttachMissingPermission
boolean
Write-only
AutoConfigurationEnabled
boolean
ComponentMonitoringSettings
Array<ComponentMonitoringSetting>
Write-only
CustomComponents
Array<CustomComponent>
Write-only
CWEMonitorEnabled
boolean
GroupingType
string
Create-onlyWrite-only
LogPatternSets
Array<LogPatternSet>
Write-only
OpsCenterEnabled
boolean
OpsItemSNSTopicArn
string
Write-only
SNSNotificationArn
string
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ApplicationARNstringThe ARN of the ApplicationInsights application.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApplicationInsights::Application

Resources:
  MyResource:
    Type: AWS::ApplicationInsights::Application
    Properties:
      ResourceGroupName: "my-resourcegroupname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

applicationinsights:CreateApplicationapplicationinsights:DescribeApplicationapplicationinsights:CreateComponentapplicationinsights:DescribeComponentapplicationinsights:CreateLogPatternapplicationinsights:DescribeLogPatternapplicationinsights:DescribeComponentConfigurationRecommendationapplicationinsights:UpdateComponentConfiguration

read

applicationinsights:DescribeApplicationapplicationinsights:ListTagsForResourceapplicationinsights:DescribeComponentapplicationinsights:ListComponentsapplicationinsights:DescribeLogPatternapplicationinsights:ListLogPatternsapplicationinsights:ListLogPatternSets

update

applicationinsights:CreateApplicationapplicationinsights:DescribeApplicationapplicationinsights:UpdateApplicationapplicationinsights:TagResourceapplicationinsights:UntagResourceapplicationinsights:ListTagsForResourceapplicationinsights:CreateComponentapplicationinsights:DescribeComponent

delete

applicationinsights:DeleteApplicationapplicationinsights:DescribeApplication

list

applicationinsights:ListApplicationsapplicationinsights:DescribeApplicationapplicationinsights:ListTagsForResourceapplicationinsights:DescribeComponentapplicationinsights:ListComponentsapplicationinsights:DescribeLogPatternapplicationinsights:ListLogPatternsapplicationinsights:ListLogPatternSets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceApplicationInsights
Properties13
Required1
TaggingSupported
Primary IDApplicationARN

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ResourceGroupNameGroupingType

External Links