Interface CfnApplication.SQLServerPrometheusExporterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.SQLServerPrometheusExporterProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.services.applicationinsights.*;
SQLServerPrometheusExporterProperty sQLServerPrometheusExporterProperty = SQLServerPrometheusExporterProperty.builder()
.prometheusPort("prometheusPort")
.sqlSecretName("sqlSecretName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.SQLServerPrometheusExporterPropertystatic final classAn implementation forCfnApplication.SQLServerPrometheusExporterProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Prometheus exporter port.Secret name which managers SQL exporter connection.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
-