interface StateMachineAliasReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.StateMachineAliasReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#StateMachineAliasReference |
![]() | software.amazon.awscdk.services.stepfunctions.StateMachineAliasReference |
![]() | aws_cdk.aws_stepfunctions.StateMachineAliasReference |
![]() | aws-cdk-lib » aws_stepfunctions » StateMachineAliasReference |
A reference to a StateMachineAlias 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 stateMachineAliasReference: stepfunctions.StateMachineAliasReference = {
stateMachineAliasArn: 'stateMachineAliasArn',
};
Properties
Name | Type | Description |
---|---|---|
state | string | The Arn of the StateMachineAlias resource. |
stateMachineAliasArn
Type:
string
The Arn of the StateMachineAlias resource.