AWS::ApplicationInsights::Application JMXPrometheusExporter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ApplicationInsights::Application JMXPrometheusExporter

The AWS::ApplicationInsights::Application JMXPrometheusExporter property type defines the JMXPrometheus Exporter configuration. For more information, see the component configuration in the CloudWatch Application Insights documentation.

Syntax

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

JSON

{ "HostPort" : String, "JMXURL" : String, "PrometheusPort" : String }

YAML

HostPort: String JMXURL: String PrometheusPort: String

Properties

HostPort

The host and port to connect to through remote JMX. Only one of jmxURL and hostPort can be specified.

Required: No

Type: String

Update requires: No interruption

JMXURL

The complete JMX URL to connect to.

Required: No

Type: String

Update requires: No interruption

PrometheusPort

The target port to send Prometheus metrics to. If not specified, the default port 9404 is used.

Required: No

Type: String

Update requires: No interruption