module documentation
Undocumented
| Class | |
Base class to abstract blocks used in Amazon States Language. |
| Class | |
Chain is a logical group of states, that resembles a linked list. The start state is the head of the Chain and the end state is the tail of the Chain. |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Integration pattern enum classes for task integration resource arn builder |
| Class | |
Undocumented |
| Class | |
Creates a Task state to invoke an AWS Lambda function. See Invoke Lambda with Step Functions for more details. |
| Class | |
Parallel State causes parallel execution of "branches". |
| Class | |
A class for creating a Retry block. |
| Class | |
Base class to abstract states in Amazon States Language. |
| Class | |
Task State causes the interpreter to execute the work identified by the state’s resource field. |
| Class | |
Undocumented |
| Exception | |
Undocumented |
| Function | get |
ARN builder for task integration |
| Function | to |
Undocumented |
| Constant | LAMBDA |
Undocumented |
| Variable | logger |
Undocumented |
def get_service_integration_arn(service, api, integration_pattern=IntegrationPattern.CallAndContinue, version=None):
(source)
¶
ARN builder for task integration
- Args:
- service (str): The service name for the service integration api (str): The api of the service integration integration_pattern (IntegrationPattern, optional): The integration pattern for the task. (Default: IntegrationPattern.CallAndContinue) version (int, optional): The version of the resource to use. (Default: None)