LambdaFunctionScheduledEventAttributes

public struct LambdaFunctionScheduledEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Data attached to the event that the decider can use in subsequent workflow tasks. This data isn’t sent to the Lambda task.

    Declaration

    Swift

    public let control: String?
  • The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

    Declaration

    Swift

    public let decisionTaskCompletedEventId: Int64
  • id

    The unique ID of the Lambda task.

    Declaration

    Swift

    public let id: String
  • The input provided to the Lambda task.

    Declaration

    Swift

    public let input: String?
  • The name of the Lambda function.

    Declaration

    Swift

    public let name: String
  • The maximum amount of time a worker can take to process the Lambda task.

    Declaration

    Swift

    public let startToCloseTimeout: String?
  • Undocumented

    Declaration

    Swift

    public init(control: String? = nil, decisionTaskCompletedEventId: Int64, id: String, input: String? = nil, name: String, startToCloseTimeout: String? = nil)