Interface CfnApplication.NetWeaverPrometheusExporterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplication.NetWeaverPrometheusExporterProperty.Jsii$Proxy
Enclosing class:
CfnApplication

@Stability(Stable) public static interface CfnApplication.NetWeaverPrometheusExporterProperty extends software.amazon.jsii.JsiiSerializable
The NetWeaver Prometheus Exporter Settings.

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.*;
 NetWeaverPrometheusExporterProperty netWeaverPrometheusExporterProperty = NetWeaverPrometheusExporterProperty.builder()
         .instanceNumbers(List.of("instanceNumbers"))
         .sapsid("sapsid")
         // the properties below are optional
         .prometheusPort("prometheusPort")
         .build();
 

See Also: