StateMachineGrants
- class aws_cdk.aws_stepfunctions.StateMachineGrants(*args: Any, **kwargs)
Bases:
objectCollection of grant methods for a IStateMachineRef.
Methods
- actions(identity, *actions)
Grant the given identity custom permissions.
- Parameters:
identity (
IGrantable)actions (
str)
- Return type:
- execution(grantee, *actions)
Grant the given identity permissions to start an execution of this state machine.
- Parameters:
grantee (
IGrantable) – The principal.actions (
str)
- Return type:
- read(grantee)
Grant the given identity permissions to read results from state machine.
- Parameters:
grantee (
IGrantable)- Return type:
- redrive_execution(grantee)
Grant the given identity permission to redrive the execution of the state machine.
- Parameters:
grantee (
IGrantable)- Return type:
- start_execution(grantee)
Grant the given identity permissions to start an execution of this state machine.
- Parameters:
grantee (
IGrantable) – The principal.- Return type:
- start_sync_execution(grantee)
Grant the given identity permissions to start a synchronous execution of this state machine.
- Parameters:
grantee (
IGrantable) – The principal.- Return type:
- task_response(grantee)
Grant the given identity task response permissions on a state machine.
- Parameters:
grantee (
IGrantable)- Return type: