Class CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty
The AWS::ApplicationInsights::Application HAClusterPrometheusExporter property type defines the HA cluster Prometheus Exporter settings.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty : CfnApplicationPropsMixin.IHAClusterPrometheusExporterProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty Implements CfnApplicationPropsMixin.IHAClusterPrometheusExporterProperty
Remarks
For more information, see the component configuration in the CloudWatch Application Insights documentation.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights;
var hAClusterPrometheusExporterProperty = new HAClusterPrometheusExporterProperty {
PrometheusPort = "prometheusPort"
};
Synopsis
Constructors
| HAClusterPrometheusExporterProperty() | The |
Properties
| PrometheusPort | The target port to which Prometheus sends metrics. |
Constructors
HAClusterPrometheusExporterProperty()
The AWS::ApplicationInsights::Application HAClusterPrometheusExporter property type defines the HA cluster Prometheus Exporter settings.
public HAClusterPrometheusExporterProperty()
Remarks
For more information, see the component configuration in the CloudWatch Application Insights documentation.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights;
var hAClusterPrometheusExporterProperty = new HAClusterPrometheusExporterProperty {
PrometheusPort = "prometheusPort"
};
Properties
PrometheusPort
The target port to which Prometheus sends metrics.
public string? PrometheusPort { get; set; }