interface StateMachineReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.StateMachineReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#StateMachineReference |
Java | software.amazon.awscdk.services.sam.StateMachineReference |
Python | aws_cdk.aws_sam.StateMachineReference |
TypeScript | aws-cdk-lib » aws_sam » StateMachineReference |
A reference to a StateMachine resource.
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 stateMachineReference: sam.StateMachineReference = { };

.NET
Go
Java
Python
TypeScript