Class CfnApplication.ConfigurationDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationinsights.CfnApplication.ConfigurationDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.ConfigurationDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplication.ConfigurationDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.ConfigurationDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.ConfigurationDetailsProperty
An implementation for
CfnApplication.ConfigurationDetailsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationinsights.CfnApplication.ConfigurationDetailsProperty
CfnApplication.ConfigurationDetailsProperty.Builder, CfnApplication.ConfigurationDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.ConfigurationDetailsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA list of metrics to monitor for the component.final ObjectA list of alarms to monitor for the component.final ObjectThe HA cluster Prometheus Exporter settings.final ObjectThe HANA DB Prometheus Exporter settings.final ObjectA list of Java metrics to monitor for the component.final ObjectgetLogs()A list of logs to monitor for the component.final ObjectA list of Windows Events to monitor for the component.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplication.ConfigurationDetailsProperty.Builder.
-
-
Method Details
-
getAlarmMetrics
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of metrics to monitor for the component.All component types can use
AlarmMetrics.- Specified by:
getAlarmMetricsin interfaceCfnApplication.ConfigurationDetailsProperty
-
getAlarms
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of alarms to monitor for the component.All component types can use
Alarm.- Specified by:
getAlarmsin interfaceCfnApplication.ConfigurationDetailsProperty
-
getHaClusterPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyThe HA cluster Prometheus Exporter settings.- Specified by:
getHaClusterPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty
-
getHanaPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyThe HANA DB Prometheus Exporter settings.- Specified by:
getHanaPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty
-
getJmxPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of Java metrics to monitor for the component.- Specified by:
getJmxPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty
-
getLogs
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of logs to monitor for the component.Only Amazon EC2 instances can use
Logs.- Specified by:
getLogsin interfaceCfnApplication.ConfigurationDetailsProperty
-
getWindowsEvents
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of Windows Events to monitor for the component.Only Amazon EC2 instances running on Windows can use
WindowsEvents.- Specified by:
getWindowsEventsin interfaceCfnApplication.ConfigurationDetailsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-