Class CfnApplication.ConfigurationDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.ConfigurationDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.ConfigurationDetailsProperty
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 ObjectThe NetWeaver Prometheus Exporter Settings.final ObjectA list of processes to monitor for the component.final ObjectThe SQL prometheus exporter settings.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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.AlarmMetricProperty>- Specified by:
getAlarmMetricsin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getAlarms
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of alarms to monitor for the component.All component types can use
Alarm.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.AlarmProperty>- Specified by:
getAlarmsin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getHaClusterPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyThe HA cluster Prometheus Exporter settings.Returns union: either
IResolvableorCfnApplication.HAClusterPrometheusExporterProperty- Specified by:
getHaClusterPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getHanaPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyThe HANA DB Prometheus Exporter settings.Returns union: either
IResolvableorCfnApplication.HANAPrometheusExporterProperty- Specified by:
getHanaPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getJmxPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of Java metrics to monitor for the component.Returns union: either
IResolvableorCfnApplication.JMXPrometheusExporterProperty- Specified by:
getJmxPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getLogs
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of logs to monitor for the component.Only Amazon EC2 instances can use
Logs.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.LogProperty>- Specified by:
getLogsin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getNetWeaverPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyThe NetWeaver Prometheus Exporter Settings.Returns union: either
IResolvableorCfnApplication.NetWeaverPrometheusExporterProperty- Specified by:
getNetWeaverPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getProcesses
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyA list of processes to monitor for the component.Only Windows EC2 instances can have a processes section.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.ProcessProperty>- Specified by:
getProcessesin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
getSqlServerPrometheusExporter
Description copied from interface:CfnApplication.ConfigurationDetailsPropertyThe SQL prometheus exporter settings.Returns union: either
IResolvableorCfnApplication.SQLServerPrometheusExporterProperty- Specified by:
getSqlServerPrometheusExporterin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.WindowsEventProperty>- Specified by:
getWindowsEventsin interfaceCfnApplication.ConfigurationDetailsProperty- See Also:
-
$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()
-