Interface CfnStateMachine.ITracingConfigurationProperty
Selects whether or not the state machine's AWS X-Ray tracing is enabled.
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITracingConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
Enabled | When set to |
Properties
Enabled
When set to true
, X-Ray tracing is enabled.
virtual object Enabled { get; }
Property Value
System.Object