Interface IStateMachineReference
A reference to a StateMachine resource.
Namespace: Amazon.CDK.Interfaces.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStateMachineReference
Syntax (vb)
Public Interface IStateMachineReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.StepFunctions;
var stateMachineReference = new StateMachineReference {
StateMachineArn = "stateMachineArn"
};
Synopsis
Properties
| StateMachineArn | The Arn of the StateMachine resource. |
Properties
StateMachineArn
The Arn of the StateMachine resource.
string StateMachineArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated