Class CfnStateMachine.TracingConfigurationProperty
Selects whether or not the state machine's AWS X-Ray tracing is enabled.
Inheritance
System.Object
CfnStateMachine.TracingConfigurationProperty
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TracingConfigurationProperty : Object, CfnStateMachine.ITracingConfigurationProperty
Syntax (vb)
Public Class TracingConfigurationProperty
Inherits Object
Implements CfnStateMachine.ITracingConfigurationProperty
Remarks
To configure your state machine to send trace data to X-Ray, set Enabled
to true
.
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.StepFunctions;
var tracingConfigurationProperty = new TracingConfigurationProperty {
Enabled = false
};
Synopsis
Constructors
TracingConfigurationProperty() |
Properties
Enabled | When set to |
Constructors
TracingConfigurationProperty()
public TracingConfigurationProperty()
Properties
Enabled
When set to true
, X-Ray tracing is enabled.
public object Enabled { get; set; }
Property Value
System.Object