INTERFACE
Function
Describes common attributes and methods supported by Functions.
link GraphQL Schema definition
- interface Function {
- # The code of the Function in Python string format.
- String! :
- # When and who created.
- AtBy! :
- # A human-readable description.
- String! :
- # True if this is used by other resources.
- Boolean! :
- # The name.
- String! :
- # When and who modified.
- AtBy! :
- # README in MarkDown format.
- String :
- # The list of Python requirements, in pip format.
- String!] : [
- # True if this is an EchoStream system resource.
- Boolean :
- # The Tenant.
- Tenant :
- # Deletes this.
- Boolean! :
- # Lists the changes.
- #
- # Arguments
- # endDateTime: The end date/time (inclusive) to list changes for
- # in ISO8601 format. Defaults to now.
- # exclusiveStartKey: The lastEvaluatedKey from a previous
- # ChangeResult. Used when paginating.
- # limit: Used for limiting the number of results when paginating.
- # Defaults to "all".
- # sortAscending: True for ascending results, False for descending
- # result. Defaults to True.
- # startDateTime: The start date/time (inclusive) to list changes
- # for in ISO8601 format. Defaults to the beginning of time.
- (
- AWSDateTime, :
- AWSJSON, :
- Int, :
- Boolean, :
- AWSDateTime :
- ): ChangeResult!
- }
link Require by
- ApiAuthenticatorFunctionA managed Function used in API-based Nodes (e.g. - WebhookNode).
- BitmapperFunctionRepresents a bitmapper function in the Function library. BitmapperFunctions are used in RouterNodes.
- FunctionResultA (possibly) paginated result set.
- ProcessorFunctionA managed Function used in either a ProcessorNode or a CrossTenantSendingNode.
- QueryRoot Query