AWS::ApplicationInsights::Application JMXPrometheusExporter - 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 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 Amazon 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