LambdaFunctionScheduledEventDetails
public struct LambdaFunctionScheduledEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Declaration
Swift
public let input: String?
-
Contains details about input for an execution history event.
Declaration
Swift
public let inputDetails: HistoryEventExecutionDataDetails?
-
The Amazon Resource Name (ARN) of the scheduled lambda function.
Declaration
Swift
public let resource: String
-
The maximum allowed duration of the lambda function.
Declaration
Swift
public let timeoutInSeconds: Int64?
-
Undocumented
Declaration
Swift
public init(input: String? = nil, inputDetails: HistoryEventExecutionDataDetails? = nil, resource: String, timeoutInSeconds: Int64? = nil)