public static final class IStateMachine.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IStateMachine
software.amazon.jsii.JsiiObject.InitializationModeIStateMachine.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ConstructNode |
getNode()
The construct tree node for this construct.
|
Stack |
getStack()
The stack in which this resource is defined.
|
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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) @NotNull public String getStateMachineArn()
EXPERIMENTAL
getStateMachineArn in interface IStateMachine@Stability(value=Stable) @NotNull public Stack getStack()
@Stability(value=Stable) @NotNull public ConstructNode getNode()
@Stability(value=Experimental) @NotNull public Grant grantStartExecution(@NotNull IGrantable identity)
EXPERIMENTAL
grantStartExecution in interface IStateMachineidentity - The principal. This parameter is required.Copyright © 2020. All rights reserved.