Update IStateMachine to include grantStartExecution #6173
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Update
IStateMachine
to includegrantStartExecution
.Use Case
This will allow state machine constructs created from an imported ARN to grant permissions just like a state machine construct created through the constructor can. This is obviously much nicer than creating the
PolicyDocument
with the appropriate permissions manually.Proposed Solution
Add the
grantStartExecution
method signature to theIStateMachine
interface.Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: