interface StateMachineReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SAM.StateMachineReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssam#StateMachineReference |
Java | software.amazon.awscdk.interfaces.sam.StateMachineReference |
Python | aws_cdk.interfaces.aws_sam.StateMachineReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_sam } from 'aws-cdk-lib/interfaces';
const stateMachineReference: interfaces_aws_sam.StateMachineReference = { };

.NET
Go
Java
Python
TypeScript