Interface CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.applicationinsights.*;
HAClusterPrometheusExporterProperty hAClusterPrometheusExporterProperty = HAClusterPrometheusExporterProperty.builder()
.prometheusPort("prometheusPort")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.HAClusterPrometheusExporterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrometheusPort
The target port to which Prometheus sends metrics.If not specified, the default port 9668 is used.
- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.HAClusterPrometheusExporterProperty.Builder builder()
-