Class CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty
The SQL prometheus exporter settings.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty : CfnApplicationPropsMixin.ISQLServerPrometheusExporterProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty Implements CfnApplicationPropsMixin.ISQLServerPrometheusExporterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights;
var sQLServerPrometheusExporterProperty = new SQLServerPrometheusExporterProperty {
PrometheusPort = "prometheusPort",
SqlSecretName = "sqlSecretName"
};
Synopsis
Constructors
| SQLServerPrometheusExporterProperty() | The SQL prometheus exporter settings. |
Properties
| PrometheusPort | Prometheus exporter port. |
| SqlSecretName | Secret name which managers SQL exporter connection. |
Constructors
SQLServerPrometheusExporterProperty()
The SQL prometheus exporter settings.
public SQLServerPrometheusExporterProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights;
var sQLServerPrometheusExporterProperty = new SQLServerPrometheusExporterProperty {
PrometheusPort = "prometheusPort",
SqlSecretName = "sqlSecretName"
};
Properties
PrometheusPort
Prometheus exporter port.
public string? PrometheusPort { get; set; }
Property Value
Remarks
SqlSecretName
Secret name which managers SQL exporter connection.
public string? SqlSecretName { get; set; }
Property Value
Remarks
e.g. {"data_source_name": "sqlserver://<USERNAME>:<PASSWORD>@localhost:1433"}