@Stability(value=Stable) public static final class CfnApplication.HANAPrometheusExporterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.HANAPrometheusExporterProperty>
CfnApplication.HANAPrometheusExporterProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty.Builder agreeToInstallHanadbClient(Boolean agreeToInstallHanadbClient)
agreeToInstallHanadbClient - Designates whether you agree to install the HANA DB client. This parameter is required.this@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty.Builder agreeToInstallHanadbClient(IResolvable agreeToInstallHanadbClient)
agreeToInstallHanadbClient - Designates whether you agree to install the HANA DB client. This parameter is required.this@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty.Builder hanaPort(String hanaPort)
CfnApplication.HANAPrometheusExporterProperty.getHanaPort()hanaPort - The HANA database port by which the exporter will query HANA metrics. This parameter is required.this@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty.Builder hanaSecretName(String hanaSecretName)
CfnApplication.HANAPrometheusExporterProperty.getHanaSecretName()hanaSecretName - The AWS Secrets Manager secret that stores HANA monitoring user credentials. This parameter is required.
The HANA Prometheus exporter uses these credentials to connect to the database and query HANA metrics.this@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty.Builder hanasid(String hanasid)
CfnApplication.HANAPrometheusExporterProperty.getHanasid()hanasid - The three-character SAP system ID (SID) of the SAP HANA system. This parameter is required.this@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty.Builder prometheusPort(String prometheusPort)
CfnApplication.HANAPrometheusExporterProperty.getPrometheusPort()prometheusPort - The target port to which Prometheus sends metrics.
If not specified, the default port 9668 is used.this@Stability(value=Stable) public CfnApplication.HANAPrometheusExporterProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.HANAPrometheusExporterProperty>CfnApplication.HANAPrometheusExporterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.