Show / Hide Table of Contents

Class CfnObservabilityConfiguration.TraceConfigurationProperty

Describes the configuration of the tracing feature within an AWS App Runner observability configuration.

Inheritance
System.Object
CfnObservabilityConfiguration.TraceConfigurationProperty
Implements
CfnObservabilityConfiguration.ITraceConfigurationProperty
Namespace: Amazon.CDK.AWS.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TraceConfigurationProperty : Object, CfnObservabilityConfiguration.ITraceConfigurationProperty
Syntax (vb)
Public Class TraceConfigurationProperty
    Inherits Object
    Implements CfnObservabilityConfiguration.ITraceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.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.AWS.AppRunner;

var traceConfigurationProperty = new TraceConfigurationProperty {
    Vendor = "vendor"
};

Synopsis

Constructors

TraceConfigurationProperty()

Properties

Vendor

The implementation provider chosen for tracing App Runner services.

Constructors

TraceConfigurationProperty()

public TraceConfigurationProperty()

Properties

Vendor

The implementation provider chosen for tracing App Runner services.

public string Vendor { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html#cfn-apprunner-observabilityconfiguration-traceconfiguration-vendor

Implements

CfnObservabilityConfiguration.ITraceConfigurationProperty
Back to top Generated by DocFX