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