Application Args
data class ApplicationArgs(val autoConfigurationEnabled: Output<Boolean>? = null, val componentMonitoringSettings: Output<List<ApplicationComponentMonitoringSettingArgs>>? = null, val customComponents: Output<List<ApplicationCustomComponentArgs>>? = null, val cweMonitorEnabled: Output<Boolean>? = null, val groupingType: Output<ApplicationGroupingType>? = null, val logPatternSets: Output<List<ApplicationLogPatternSetArgs>>? = null, val opsCenterEnabled: Output<Boolean>? = null, val opsItemSnsTopicArn: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<List<ApplicationTagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>
Resource schema for AWS::ApplicationInsights::Application
Constructors
Link copied to clipboard
fun ApplicationArgs(autoConfigurationEnabled: Output<Boolean>? = null, componentMonitoringSettings: Output<List<ApplicationComponentMonitoringSettingArgs>>? = null, customComponents: Output<List<ApplicationCustomComponentArgs>>? = null, cweMonitorEnabled: Output<Boolean>? = null, groupingType: Output<ApplicationGroupingType>? = null, logPatternSets: Output<List<ApplicationLogPatternSetArgs>>? = null, opsCenterEnabled: Output<Boolean>? = null, opsItemSnsTopicArn: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<List<ApplicationTagArgs>>? = null)