Interface CfnStateMachine.ITracingConfigurationProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public interface ITracingConfigurationProperty
Syntax (vb)
Public Interface ITracingConfigurationProperty
Remarks
Link: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api
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.SAM;
var tracingConfigurationProperty = new TracingConfigurationProperty {
Enabled = false
};
Synopsis
Properties
Enabled |
|
Properties
Enabled
CfnStateMachine.TracingConfigurationProperty.Enabled
.
virtual object Enabled { get; }
Property Value
System.Object