@Stability(value=Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
CfnApplication.| Modifier and Type | Method and Description |
|---|---|
CfnApplication.Builder |
autoConfigurationEnabled(Boolean autoConfigurationEnabled)
`AWS::ApplicationInsights::Application.AutoConfigurationEnabled`.
|
CfnApplication.Builder |
autoConfigurationEnabled(IResolvable autoConfigurationEnabled)
`AWS::ApplicationInsights::Application.AutoConfigurationEnabled`.
|
CfnApplication |
build() |
CfnApplication.Builder |
componentMonitoringSettings(IResolvable componentMonitoringSettings)
`AWS::ApplicationInsights::Application.ComponentMonitoringSettings`.
|
CfnApplication.Builder |
componentMonitoringSettings(List<? extends Object> componentMonitoringSettings)
`AWS::ApplicationInsights::Application.ComponentMonitoringSettings`.
|
static CfnApplication.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
customComponents(IResolvable customComponents)
`AWS::ApplicationInsights::Application.CustomComponents`.
|
CfnApplication.Builder |
customComponents(List<? extends Object> customComponents)
`AWS::ApplicationInsights::Application.CustomComponents`.
|
CfnApplication.Builder |
cweMonitorEnabled(Boolean cweMonitorEnabled)
`AWS::ApplicationInsights::Application.CWEMonitorEnabled`.
|
CfnApplication.Builder |
cweMonitorEnabled(IResolvable cweMonitorEnabled)
`AWS::ApplicationInsights::Application.CWEMonitorEnabled`.
|
CfnApplication.Builder |
logPatternSets(IResolvable logPatternSets)
`AWS::ApplicationInsights::Application.LogPatternSets`.
|
CfnApplication.Builder |
logPatternSets(List<? extends Object> logPatternSets)
`AWS::ApplicationInsights::Application.LogPatternSets`.
|
CfnApplication.Builder |
opsCenterEnabled(Boolean opsCenterEnabled)
`AWS::ApplicationInsights::Application.OpsCenterEnabled`.
|
CfnApplication.Builder |
opsCenterEnabled(IResolvable opsCenterEnabled)
`AWS::ApplicationInsights::Application.OpsCenterEnabled`.
|
CfnApplication.Builder |
opsItemSnsTopicArn(String opsItemSnsTopicArn)
`AWS::ApplicationInsights::Application.OpsItemSNSTopicArn`.
|
CfnApplication.Builder |
resourceGroupName(String resourceGroupName)
`AWS::ApplicationInsights::Application.ResourceGroupName`.
|
CfnApplication.Builder |
tags(List<? extends CfnTag> tags)
`AWS::ApplicationInsights::Application.Tags`.
|
@Stability(value=Stable) public static CfnApplication.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplication.AlarmMetricProperty.Builder.@Stability(value=Stable) public CfnApplication.Builder resourceGroupName(String resourceGroupName)
resourceGroupName - `AWS::ApplicationInsights::Application.ResourceGroupName`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder autoConfigurationEnabled(Boolean autoConfigurationEnabled)
autoConfigurationEnabled - `AWS::ApplicationInsights::Application.AutoConfigurationEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder autoConfigurationEnabled(IResolvable autoConfigurationEnabled)
autoConfigurationEnabled - `AWS::ApplicationInsights::Application.AutoConfigurationEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder componentMonitoringSettings(IResolvable componentMonitoringSettings)
componentMonitoringSettings - `AWS::ApplicationInsights::Application.ComponentMonitoringSettings`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder componentMonitoringSettings(List<? extends Object> componentMonitoringSettings)
componentMonitoringSettings - `AWS::ApplicationInsights::Application.ComponentMonitoringSettings`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder customComponents(IResolvable customComponents)
customComponents - `AWS::ApplicationInsights::Application.CustomComponents`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder customComponents(List<? extends Object> customComponents)
customComponents - `AWS::ApplicationInsights::Application.CustomComponents`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder cweMonitorEnabled(Boolean cweMonitorEnabled)
cweMonitorEnabled - `AWS::ApplicationInsights::Application.CWEMonitorEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder cweMonitorEnabled(IResolvable cweMonitorEnabled)
cweMonitorEnabled - `AWS::ApplicationInsights::Application.CWEMonitorEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder logPatternSets(IResolvable logPatternSets)
logPatternSets - `AWS::ApplicationInsights::Application.LogPatternSets`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder logPatternSets(List<? extends Object> logPatternSets)
logPatternSets - `AWS::ApplicationInsights::Application.LogPatternSets`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder opsCenterEnabled(Boolean opsCenterEnabled)
opsCenterEnabled - `AWS::ApplicationInsights::Application.OpsCenterEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder opsCenterEnabled(IResolvable opsCenterEnabled)
opsCenterEnabled - `AWS::ApplicationInsights::Application.OpsCenterEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder opsItemSnsTopicArn(String opsItemSnsTopicArn)
opsItemSnsTopicArn - `AWS::ApplicationInsights::Application.OpsItemSNSTopicArn`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::ApplicationInsights::Application.Tags`. This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2021. All rights reserved.