Uses of Class
software.amazon.awscdk.services.applicationinsights.CfnApplicationProps.Builder
Packages that use CfnApplicationProps.Builder
Package
Description
AWS::ApplicationInsights Construct Library
- 
Uses of CfnApplicationProps.Builder in software.amazon.awscdk.services.applicationinsightsMethods in software.amazon.awscdk.services.applicationinsights that return CfnApplicationProps.BuilderModifier and TypeMethodDescriptionCfnApplicationProps.Builder.attachMissingPermission(Boolean attachMissingPermission) Sets the value ofCfnApplicationProps.getAttachMissingPermission()CfnApplicationProps.Builder.attachMissingPermission(IResolvable attachMissingPermission) Sets the value ofCfnApplicationProps.getAttachMissingPermission()CfnApplicationProps.Builder.autoConfigurationEnabled(Boolean autoConfigurationEnabled) Sets the value ofCfnApplicationProps.getAutoConfigurationEnabled()CfnApplicationProps.Builder.autoConfigurationEnabled(IResolvable autoConfigurationEnabled) Sets the value ofCfnApplicationProps.getAutoConfigurationEnabled()static CfnApplicationProps.BuilderCfnApplicationProps.builder()CfnApplicationProps.Builder.componentMonitoringSettings(List<? extends Object> componentMonitoringSettings) Sets the value ofCfnApplicationProps.getComponentMonitoringSettings()CfnApplicationProps.Builder.componentMonitoringSettings(IResolvable componentMonitoringSettings) Sets the value ofCfnApplicationProps.getComponentMonitoringSettings()CfnApplicationProps.Builder.customComponents(List<? extends Object> customComponents) Sets the value ofCfnApplicationProps.getCustomComponents()CfnApplicationProps.Builder.customComponents(IResolvable customComponents) Sets the value ofCfnApplicationProps.getCustomComponents()CfnApplicationProps.Builder.cweMonitorEnabled(Boolean cweMonitorEnabled) Sets the value ofCfnApplicationProps.getCweMonitorEnabled()CfnApplicationProps.Builder.cweMonitorEnabled(IResolvable cweMonitorEnabled) Sets the value ofCfnApplicationProps.getCweMonitorEnabled()CfnApplicationProps.Builder.groupingType(String groupingType) Sets the value ofCfnApplicationProps.getGroupingType()CfnApplicationProps.Builder.logPatternSets(List<? extends Object> logPatternSets) Sets the value ofCfnApplicationProps.getLogPatternSets()CfnApplicationProps.Builder.logPatternSets(IResolvable logPatternSets) Sets the value ofCfnApplicationProps.getLogPatternSets()CfnApplicationProps.Builder.opsCenterEnabled(Boolean opsCenterEnabled) Sets the value ofCfnApplicationProps.getOpsCenterEnabled()CfnApplicationProps.Builder.opsCenterEnabled(IResolvable opsCenterEnabled) Sets the value ofCfnApplicationProps.getOpsCenterEnabled()CfnApplicationProps.Builder.opsItemSnsTopicArn(String opsItemSnsTopicArn) Sets the value ofCfnApplicationProps.getOpsItemSnsTopicArn()CfnApplicationProps.Builder.resourceGroupName(String resourceGroupName) Sets the value ofCfnApplicationProps.getResourceGroupName()CfnApplicationProps.Builder.snsNotificationArn(String snsNotificationArn) Sets the value ofCfnApplicationProps.getSnsNotificationArn()Sets the value ofCfnApplicationProps.getTags()Constructors in software.amazon.awscdk.services.applicationinsights with parameters of type CfnApplicationProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.