@Stability(value=Stable)
public static interface CfnApplication.ComponentMonitoringSettingProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplication.ComponentMonitoringSettingProperty.Builder
A builder for
CfnApplication.ComponentMonitoringSettingProperty |
static class |
CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy
An implementation for
CfnApplication.ComponentMonitoringSettingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplication.ComponentMonitoringSettingProperty.Builder |
builder() |
default String |
getComponentArn()
`CfnApplication.ComponentMonitoringSettingProperty.ComponentARN`.
|
String |
getComponentConfigurationMode()
`CfnApplication.ComponentMonitoringSettingProperty.ComponentConfigurationMode`.
|
default String |
getComponentName()
`CfnApplication.ComponentMonitoringSettingProperty.ComponentName`.
|
default Object |
getCustomComponentConfiguration()
`CfnApplication.ComponentMonitoringSettingProperty.CustomComponentConfiguration`.
|
default Object |
getDefaultOverwriteComponentConfiguration()
`CfnApplication.ComponentMonitoringSettingProperty.DefaultOverwriteComponentConfiguration`.
|
String |
getTier()
`CfnApplication.ComponentMonitoringSettingProperty.Tier`.
|
@Stability(value=Stable) @NotNull String getComponentConfigurationMode()
@Stability(value=Stable) @NotNull String getTier()
@Stability(value=Stable) @Nullable default String getComponentArn()
@Stability(value=Stable) @Nullable default String getComponentName()
@Stability(value=Stable) @Nullable default Object getCustomComponentConfiguration()
@Stability(value=Stable) @Nullable default Object getDefaultOverwriteComponentConfiguration()
@Stability(value=Stable) static CfnApplication.ComponentMonitoringSettingProperty.Builder builder()
Copyright © 2021. All rights reserved.