public static final class CfnApplication.HANAPrometheusExporterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.HANAPrometheusExporterProperty
CfnApplication.HANAPrometheusExporterProperty
CfnApplication.HANAPrometheusExporterProperty.Builder, CfnApplication.HANAPrometheusExporterProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAgreeToInstallHanadbClient()
Designates whether you agree to install the HANA DB client.
|
java.lang.String |
getHanaPort()
The HANA database port by which the exporter will query HANA metrics.
|
java.lang.String |
getHanaSecretName()
The AWS Secrets Manager secret that stores HANA monitoring user credentials.
|
java.lang.String |
getHanasid()
The three-character SAP system ID (SID) of the SAP HANA system.
|
java.lang.String |
getPrometheusPort()
The target port to which Prometheus sends metrics.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAgreeToInstallHanadbClient()
CfnApplication.HANAPrometheusExporterProperty
getAgreeToInstallHanadbClient
in interface CfnApplication.HANAPrometheusExporterProperty
public final java.lang.String getHanaPort()
CfnApplication.HANAPrometheusExporterProperty
getHanaPort
in interface CfnApplication.HANAPrometheusExporterProperty
public final java.lang.String getHanaSecretName()
CfnApplication.HANAPrometheusExporterProperty
The HANA Prometheus exporter uses these credentials to connect to the database and query HANA metrics.
getHanaSecretName
in interface CfnApplication.HANAPrometheusExporterProperty
public final java.lang.String getHanasid()
CfnApplication.HANAPrometheusExporterProperty
getHanasid
in interface CfnApplication.HANAPrometheusExporterProperty
public final java.lang.String getPrometheusPort()
CfnApplication.HANAPrometheusExporterProperty
If not specified, the default port 9668 is used.
getPrometheusPort
in interface CfnApplication.HANAPrometheusExporterProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()