interface IStateMachineAliasRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.StepFunctions.IStateMachineAliasRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#IStateMachineAliasRef | 
  Java | software.amazon.awscdk.services.stepfunctions.IStateMachineAliasRef | 
  Python | aws_cdk.aws_stepfunctions.IStateMachineAliasRef | 
  TypeScript  | aws-cdk-lib » aws_stepfunctions » IStateMachineAliasRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a StateMachineAlias.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| state | State | A reference to a StateMachineAlias resource. | 
node
Type:
Node
The tree node.
stateMachineAliasRef
Type:
State
A reference to a StateMachineAlias resource.

 .NET
 Go
 Java
 Python
 TypeScript