@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.015Z") @Stability(value=Stable) public interface CfnApplicationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationProps.Builder
A builder for
CfnApplicationProps |
static class |
CfnApplicationProps.Jsii$Proxy
An implementation for
CfnApplicationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationProps.Builder |
builder() |
default Object |
getAutoConfigurationEnabled()
`AWS::ApplicationInsights::Application.AutoConfigurationEnabled`.
|
default Object |
getComponentMonitoringSettings()
`AWS::ApplicationInsights::Application.ComponentMonitoringSettings`.
|
default Object |
getCustomComponents()
`AWS::ApplicationInsights::Application.CustomComponents`.
|
default Object |
getCweMonitorEnabled()
`AWS::ApplicationInsights::Application.CWEMonitorEnabled`.
|
default Object |
getLogPatternSets()
`AWS::ApplicationInsights::Application.LogPatternSets`.
|
default Object |
getOpsCenterEnabled()
`AWS::ApplicationInsights::Application.OpsCenterEnabled`.
|
default String |
getOpsItemSnsTopicArn()
`AWS::ApplicationInsights::Application.OpsItemSNSTopicArn`.
|
String |
getResourceGroupName()
`AWS::ApplicationInsights::Application.ResourceGroupName`.
|
default List<CfnTag> |
getTags()
`AWS::ApplicationInsights::Application.Tags`.
|
@Stability(value=Stable) @NotNull String getResourceGroupName()
@Stability(value=Stable) @Nullable default Object getAutoConfigurationEnabled()
@Stability(value=Stable) @Nullable default Object getComponentMonitoringSettings()
@Stability(value=Stable) @Nullable default Object getCustomComponents()
@Stability(value=Stable) @Nullable default Object getCweMonitorEnabled()
@Stability(value=Stable) @Nullable default Object getLogPatternSets()
@Stability(value=Stable) @Nullable default Object getOpsCenterEnabled()
@Stability(value=Stable) @Nullable default String getOpsItemSnsTopicArn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnApplicationProps.Builder builder()
CfnApplicationProps.Builder of CfnApplicationPropsCopyright © 2021. All rights reserved.