| Package | Description |
|---|---|
| software.amazon.awscdk.services.applicationinsights |
AWS::ApplicationInsights Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.Builder |
CfnApplication.Builder.autoConfigurationEnabled(Boolean autoConfigurationEnabled)
If set to `true` , the application components will be configured with the monitoring configuration recommended by Application Insights.
|
CfnApplication.Builder |
CfnApplication.Builder.autoConfigurationEnabled(IResolvable autoConfigurationEnabled)
If set to `true` , the application components will be configured with the monitoring configuration recommended by Application Insights.
|
CfnApplication.Builder |
CfnApplication.Builder.componentMonitoringSettings(IResolvable componentMonitoringSettings)
The monitoring settings of the components.
|
CfnApplication.Builder |
CfnApplication.Builder.componentMonitoringSettings(List<? extends Object> componentMonitoringSettings)
The monitoring settings of the components.
|
static CfnApplication.Builder |
CfnApplication.Builder.create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
CfnApplication.Builder.customComponents(IResolvable customComponents)
Describes a custom component by grouping similar standalone instances to monitor.
|
CfnApplication.Builder |
CfnApplication.Builder.customComponents(List<? extends Object> customComponents)
Describes a custom component by grouping similar standalone instances to monitor.
|
CfnApplication.Builder |
CfnApplication.Builder.cweMonitorEnabled(Boolean cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as `instance terminated` , `failed deployment` , and others.
|
CfnApplication.Builder |
CfnApplication.Builder.cweMonitorEnabled(IResolvable cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as `instance terminated` , `failed deployment` , and others.
|
CfnApplication.Builder |
CfnApplication.Builder.groupingType(String groupingType)
`AWS::ApplicationInsights::Application.GroupingType`.
|
CfnApplication.Builder |
CfnApplication.Builder.logPatternSets(IResolvable logPatternSets)
The log pattern sets.
|
CfnApplication.Builder |
CfnApplication.Builder.logPatternSets(List<? extends Object> logPatternSets)
The log pattern sets.
|
CfnApplication.Builder |
CfnApplication.Builder.opsCenterEnabled(Boolean opsCenterEnabled)
Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.
|
CfnApplication.Builder |
CfnApplication.Builder.opsCenterEnabled(IResolvable opsCenterEnabled)
Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.
|
CfnApplication.Builder |
CfnApplication.Builder.opsItemSnsTopicArn(String opsItemSnsTopicArn)
The SNS topic provided to Application Insights that is associated with the created OpsItems to receive SNS notifications for opsItem updates.
|
CfnApplication.Builder |
CfnApplication.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
CfnApplication.Builder |
CfnApplication.Builder.tags(List<? extends CfnTag> tags)
An array of `Tags` .
|
Copyright © 2022. All rights reserved.