Show / Hide Table of Contents

Class CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty

The AWS::ApplicationInsights::Application HAClusterPrometheusExporter property type defines the HA cluster Prometheus Exporter settings.

Inheritance
object
CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty
Implements
CfnApplicationPropsMixin.IHAClusterPrometheusExporterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html

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 AWS::ApplicationInsights::Application HAClusterPrometheusExporter property type defines the HA cluster Prometheus Exporter settings.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html

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; }
Property Value

string

Remarks

If not specified, the default port 9668 is used.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html#cfn-applicationinsights-application-haclusterprometheusexporter-prometheusport

Implements

CfnApplicationPropsMixin.IHAClusterPrometheusExporterProperty
Back to top Generated by DocFX