@Stability(value=Stable) @Internal public static final class CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.ComponentMonitoringSettingProperty
CfnApplication.ComponentMonitoringSettingPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplication.ComponentMonitoringSettingProperty.Builder, CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplication.ComponentMonitoringSettingProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplication.AlarmMetricProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComponentArn()
The ARN of the component.
|
String |
getComponentConfigurationMode()
Component monitoring can be configured in one of the following three modes:.
|
String |
getComponentName()
The name of the component.
|
Object |
getCustomComponentConfiguration()
Customized monitoring settings.
|
Object |
getDefaultOverwriteComponentConfiguration()
Customized overwrite monitoring settings.
|
String |
getTier()
The tier of the application component.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApplication.ComponentMonitoringSettingProperty.Builder builder)
CfnApplication.AlarmMetricProperty.Builder.public final String getComponentConfigurationMode()
CfnApplication.ComponentMonitoringSettingProperty
DEFAULT : The component will be configured with the recommended default monitoring settings of the selected Tier .CUSTOM : The component will be configured with the customized monitoring settings that are specified in CustomComponentConfiguration . If used, CustomComponentConfiguration must be provided.DEFAULT_WITH_OVERWRITE : The component will be configured with the recommended default monitoring settings of the selected Tier , and merged with customized overwrite settings that are specified in DefaultOverwriteComponentConfiguration . If used, DefaultOverwriteComponentConfiguration must be provided.getComponentConfigurationMode in interface CfnApplication.ComponentMonitoringSettingPropertypublic final String getTier()
CfnApplication.ComponentMonitoringSettingProperty
Supported tiers include DOT_NET_CORE , DOT_NET_WORKER , DOT_NET_WEB , SQL_SERVER , SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP , SQL_SERVER_FAILOVER_CLUSTER_INSTANCE , MYSQL , POSTGRESQL , JAVA_JMX , ORACLE , SAP_HANA_MULTI_NODE , SAP_HANA_SINGLE_NODE , SAP_HANA_HIGH_AVAILABILITY , SHAREPOINT . ACTIVE_DIRECTORY , and DEFAULT .
getTier in interface CfnApplication.ComponentMonitoringSettingPropertypublic final String getComponentArn()
CfnApplication.ComponentMonitoringSettingPropertygetComponentArn in interface CfnApplication.ComponentMonitoringSettingPropertypublic final String getComponentName()
CfnApplication.ComponentMonitoringSettingPropertygetComponentName in interface CfnApplication.ComponentMonitoringSettingPropertypublic final Object getCustomComponentConfiguration()
CfnApplication.ComponentMonitoringSettingProperty
Required if CUSTOM mode is configured in ComponentConfigurationMode .
getCustomComponentConfiguration in interface CfnApplication.ComponentMonitoringSettingPropertypublic final Object getDefaultOverwriteComponentConfiguration()
CfnApplication.ComponentMonitoringSettingProperty
Required if CUSTOM mode is configured in ComponentConfigurationMode .
getDefaultOverwriteComponentConfiguration in interface CfnApplication.ComponentMonitoringSettingProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.