aws-cdk-lib.aws_sam.CfnStateMachine.TracingConfigurationProperty

interface TracingConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnStateMachine.TracingConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnStateMachine_TracingConfigurationProperty
Javasoftware.amazon.awscdk.services.sam.CfnStateMachine.TracingConfigurationProperty
Pythonaws_cdk.aws_sam.CfnStateMachine.TracingConfigurationProperty
TypeScript aws-cdk-lib » aws_sam » CfnStateMachine » TracingConfigurationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const tracingConfigurationProperty: sam.CfnStateMachine.TracingConfigurationProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabled?boolean | IResolvableCfnStateMachine.TracingConfigurationProperty.Enabled.

enabled?

Type: boolean | IResolvable (optional)

CfnStateMachine.TracingConfigurationProperty.Enabled.