This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:BooleanHANAPort:StringHANASecretName:StringHANASID:StringPrometheusPort: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