Show / Hide Table of Contents

Class CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty

The SQL prometheus exporter settings.

Inheritance
object
CfnApplicationPropsMixin.SQLServerPrometheusExporterProperty
Implements
CfnApplicationPropsMixin.ISQLServerPrometheusExporterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-sqlserverprometheusexporter.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-sqlserverprometheusexporter.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-sqlserverprometheusexporter.html#cfn-applicationinsights-application-sqlserverprometheusexporter-prometheusport

SqlSecretName

Secret name which managers SQL exporter connection.

public string? SqlSecretName { get; set; }
Property Value

string

Remarks

e.g. {"data_source_name": "sqlserver://<USERNAME>:<PASSWORD>@localhost:1433"}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-sqlserverprometheusexporter.html#cfn-applicationinsights-application-sqlserverprometheusexporter-sqlsecretname

Implements

CfnApplicationPropsMixin.ISQLServerPrometheusExporterProperty
Back to top Generated by DocFX