aws-cdk-lib.aws_sam.CfnStateMachine.TracingConfigurationProperty
interface TracingConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnStateMachine.TracingConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnStateMachine_TracingConfigurationProperty |
![]() | software.amazon.awscdk.services.sam.CfnStateMachine.TracingConfigurationProperty |
![]() | aws_cdk.aws_sam.CfnStateMachine.TracingConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
enabled? | boolean | IResolvable | CfnStateMachine.TracingConfigurationProperty.Enabled . |
enabled?
Type:
boolean |
IResolvable
(optional)
CfnStateMachine.TracingConfigurationProperty.Enabled
.