interface StateMachineVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.StateMachineVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#StateMachineVersionReference |
![]() | software.amazon.awscdk.services.stepfunctions.StateMachineVersionReference |
![]() | aws_cdk.aws_stepfunctions.StateMachineVersionReference |
![]() | aws-cdk-lib » aws_stepfunctions » StateMachineVersionReference |
A reference to a StateMachineVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions as stepfunctions } from 'aws-cdk-lib';
const stateMachineVersionReference: stepfunctions.StateMachineVersionReference = {
stateMachineVersionArn: 'stateMachineVersionArn',
};
Properties
Name | Type | Description |
---|---|---|
state | string | The Arn of the StateMachineVersion resource. |
stateMachineVersionArn
Type:
string
The Arn of the StateMachineVersion resource.