Interface CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty
extends software.amazon.jsii.JsiiSerializable
The SQL 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.*;
SQLServerPrometheusExporterProperty sQLServerPrometheusExporterProperty = SQLServerPrometheusExporterProperty.builder()
.prometheusPort("prometheusPort")
.sqlSecretName("sqlSecretName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.SQLServerPrometheusExporterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrometheusPort
Prometheus exporter port.- See Also:
-
getSqlSecretName
Secret name which managers SQL exporter connection.e.g. {"data_source_name": "sqlserver://
: @localhost:1433"} - See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty.Builder builder()
-