interface StateMachineReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.StateMachineReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#StateMachineReference |
![]() | software.amazon.awscdk.services.sam.StateMachineReference |
![]() | aws_cdk.aws_sam.StateMachineReference |
![]() | 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 = { };