@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.912Z") @Stability(value=Experimental) public interface IStateMachine extends software.amazon.jsii.JsiiSerializable, IResource
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
IStateMachine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStateMachineArn()
The ARN of the state machine.
|
Grant |
grantStartExecution(IGrantable identity)
Grant the given identity permissions to start an execution of this state machine.
|
getNode@Stability(value=Experimental) @NotNull String getStateMachineArn()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull Grant grantStartExecution(@NotNull IGrantable identity)
EXPERIMENTAL
identity - The principal. This parameter is required.Copyright © 2020. All rights reserved.