Interface CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.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.cfnpropertymixins.services.applicationinsights.*;
NetWeaverPrometheusExporterProperty netWeaverPrometheusExporterProperty = NetWeaverPrometheusExporterProperty.builder()
.instanceNumbers(List.of("instanceNumbers"))
.prometheusPort("prometheusPort")
.sapsid("sapsid")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceNumbers
SAP instance numbers for ASCS, ERS, and App Servers.- See Also:
-
getPrometheusPort
Prometheus exporter port.- See Also:
-
getSapsid
SAP NetWeaver SID.- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder builder()
-