interface HAClusterPrometheusExporterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights.CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapplicationinsights#CfnApplicationPropsMixin_HAClusterPrometheusExporterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.applicationinsights.CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty |
Python | aws_cdk.cfn_property_mixins.aws_applicationinsights.CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_applicationinsights » CfnApplicationPropsMixin » HAClusterPrometheusExporterProperty |
The AWS::ApplicationInsights::Application HAClusterPrometheusExporter property type defines the HA cluster Prometheus Exporter settings.
For more information, see the component configuration in the CloudWatch Application Insights documentation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationinsights as applicationinsights } from '@aws-cdk/cfn-property-mixins';
const hAClusterPrometheusExporterProperty: applicationinsights.CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty = {
prometheusPort: 'prometheusPort',
};
Properties
| Name | Type | Description |
|---|---|---|
| prometheus | string | The target port to which Prometheus sends metrics. |
prometheusPort?
Type:
string
(optional)
The target port to which Prometheus sends metrics.
If not specified, the default port 9668 is used.

.NET
Go
Java
Python
TypeScript