Show / Hide Table of Contents

Class CfnObservabilityConfiguration.TraceConfigurationProperty

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

Inheritance
object
CfnObservabilityConfiguration.TraceConfigurationProperty
Implements
CfnObservabilityConfiguration.ITraceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnObservabilityConfiguration.TraceConfigurationProperty : CfnObservabilityConfiguration.ITraceConfigurationProperty
Syntax (vb)
Public Class CfnObservabilityConfiguration.TraceConfigurationProperty 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()

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

Properties

Vendor

The implementation provider chosen for tracing App Runner services.

Constructors

TraceConfigurationProperty()

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

public TraceConfigurationProperty()
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"
             };

Properties

Vendor

The implementation provider chosen for tracing App Runner services.

public string Vendor { get; set; }
Property Value

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