public static interface CfnApplication.HAClusterPrometheusExporterProperty
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.services.applicationinsights.*; HAClusterPrometheusExporterProperty hAClusterPrometheusExporterProperty = HAClusterPrometheusExporterProperty.builder() .prometheusPort("prometheusPort") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplication.HAClusterPrometheusExporterProperty.Builder
A builder for
CfnApplication.HAClusterPrometheusExporterProperty |
static class |
CfnApplication.HAClusterPrometheusExporterProperty.Jsii$Proxy
An implementation for
CfnApplication.HAClusterPrometheusExporterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplication.HAClusterPrometheusExporterProperty.Builder |
builder() |
default java.lang.String |
getPrometheusPort()
The target port to which Prometheus sends metrics.
|