Uses of Class
software.amazon.awscdk.services.applicationinsights.CfnApplication.Builder
Packages that use CfnApplication.Builder
Package
Description
AWS::ApplicationInsights Construct Library
-
Uses of CfnApplication.Builder in software.amazon.awscdk.services.applicationinsights
Methods in software.amazon.awscdk.services.applicationinsights that return CfnApplication.BuilderModifier and TypeMethodDescriptionCfnApplication.Builder.attachMissingPermission(Boolean attachMissingPermission) If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.CfnApplication.Builder.attachMissingPermission(IResolvable attachMissingPermission) If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.CfnApplication.Builder.autoConfigurationEnabled(Boolean autoConfigurationEnabled) If set totrue, the application components will be configured with the monitoring configuration recommended by Application Insights.CfnApplication.Builder.autoConfigurationEnabled(IResolvable autoConfigurationEnabled) If set totrue, the application components will be configured with the monitoring configuration recommended by Application Insights.CfnApplication.Builder.componentMonitoringSettings(List<? extends Object> componentMonitoringSettings) The monitoring settings of the components.CfnApplication.Builder.componentMonitoringSettings(IResolvable componentMonitoringSettings) The monitoring settings of the components.static CfnApplication.BuilderCfnApplication.Builder.customComponents(List<? extends Object> customComponents) Describes a custom component by grouping similar standalone instances to monitor.CfnApplication.Builder.customComponents(IResolvable customComponents) Describes a custom component by grouping similar standalone instances to monitor.CfnApplication.Builder.cweMonitorEnabled(Boolean cweMonitorEnabled) Indicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.CfnApplication.Builder.cweMonitorEnabled(IResolvable cweMonitorEnabled) Indicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.CfnApplication.Builder.groupingType(String groupingType) Application Insights can create applications based on a resource group or on an account.CfnApplication.Builder.logPatternSets(List<? extends Object> logPatternSets) The log pattern sets.CfnApplication.Builder.logPatternSets(IResolvable logPatternSets) The log pattern sets.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.opsCenterEnabled(IResolvable opsCenterEnabled) Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.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.resourceGroupName(String resourceGroupName) The name of the resource group used for the application.CfnApplication.Builder.snsNotificationArn(String snsNotificationArn) The SNS topic ARN that is associated with SNS notifications for updates or issues.An array ofTags.