Class CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationinsights.CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnApplication.ComponentMonitoringSettingProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplication.ComponentMonitoringSettingProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.ComponentMonitoringSettingProperty
An implementation for 
CfnApplication.ComponentMonitoringSettingProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationinsights.CfnApplication.ComponentMonitoringSettingPropertyCfnApplication.ComponentMonitoringSettingProperty.Builder, CfnApplication.ComponentMonitoringSettingProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.ComponentMonitoringSettingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the component.final StringComponent monitoring can be configured in one of the following three modes:.final StringThe name of the component.final ObjectCustomized monitoring settings.final ObjectCustomized overwrite monitoring settings.final StringgetTier()The tier of the application component.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnApplication.ComponentMonitoringSettingProperty.Builder.
 
- 
- 
Method Details- 
getComponentConfigurationModeDescription copied from interface:CfnApplication.ComponentMonitoringSettingPropertyComponent monitoring can be configured in one of the following three modes:.- 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,- CustomComponentConfigurationmust 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,- DefaultOverwriteComponentConfigurationmust be provided.
 - Specified by:
- getComponentConfigurationModein interface- CfnApplication.ComponentMonitoringSettingProperty
 
- 
getTierDescription copied from interface:CfnApplication.ComponentMonitoringSettingPropertyThe tier of the application component.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, andDEFAULT.- Specified by:
- getTierin interface- CfnApplication.ComponentMonitoringSettingProperty
 
- 
getComponentArnDescription copied from interface:CfnApplication.ComponentMonitoringSettingPropertyThe ARN of the component.- Specified by:
- getComponentArnin interface- CfnApplication.ComponentMonitoringSettingProperty
 
- 
getComponentNameDescription copied from interface:CfnApplication.ComponentMonitoringSettingPropertyThe name of the component.- Specified by:
- getComponentNamein interface- CfnApplication.ComponentMonitoringSettingProperty
 
- 
getCustomComponentConfigurationDescription copied from interface:CfnApplication.ComponentMonitoringSettingPropertyCustomized monitoring settings.Required if CUSTOM mode is configured in ComponentConfigurationMode.- Specified by:
- getCustomComponentConfigurationin interface- CfnApplication.ComponentMonitoringSettingProperty
 
- 
getDefaultOverwriteComponentConfigurationDescription copied from interface:CfnApplication.ComponentMonitoringSettingPropertyCustomized overwrite monitoring settings.Required if CUSTOM mode is configured in ComponentConfigurationMode.- Specified by:
- getDefaultOverwriteComponentConfigurationin interface- CfnApplication.ComponentMonitoringSettingProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-