AWS::ApplicationInsights::Application HANAPrometheusExporter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ApplicationInsights::Application HANAPrometheusExporter

The AWS::ApplicationInsights::Application HANAPrometheusExporter property type defines the HANA DB Prometheus Exporter settings. For more information, see the component configuration in the CloudWatch Application Insights documentation.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AgreeToInstallHANADBClient" : Boolean, "HANAPort" : String, "HANASecretName" : String, "HANASID" : String, "PrometheusPort" : String }

YAML

AgreeToInstallHANADBClient: Boolean HANAPort: String HANASecretName: String HANASID: String PrometheusPort: String

Properties

AgreeToInstallHANADBClient

Designates whether you agree to install the HANA DB client.

Required: Yes

Type: Boolean

Update requires: No interruption

HANAPort

The HANA database port by which the exporter will query HANA metrics.

Required: Yes

Type: String

Update requires: No interruption

HANASecretName

The Amazon Secrets Manager secret that stores HANA monitoring user credentials. The HANA Prometheus exporter uses these credentials to connect to the database and query HANA metrics.

Required: Yes

Type: String

Update requires: No interruption

HANASID

The three-character SAP system ID (SID) of the SAP HANA system.

Required: Yes

Type: String

Update requires: No interruption

PrometheusPort

The target port to which Prometheus sends metrics. If not specified, the default port 9668 is used.

Required: No

Type: String

Update requires: No interruption