TaskScheduledEventDetails
public struct TaskScheduledEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum allowed duration between two heartbeats for the task.
Declaration
Swift
public let heartbeatInSeconds: Int64? -
The JSON data passed to the resource referenced in a task state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Declaration
Swift
public let parameters: String -
The region of the scheduled task
Declaration
Swift
public let region: String -
The service name of the resource in a task state.
Declaration
Swift
public let resource: String -
The action of the resource called by a task state.
Declaration
Swift
public let resourceType: String -
The maximum allowed duration of the task.
Declaration
Swift
public let timeoutInSeconds: Int64? -
Undocumented
Declaration
Swift
public init(heartbeatInSeconds: Int64? = nil, parameters: String, region: String, resource: String, resourceType: String, timeoutInSeconds: Int64? = nil)
View on GitHub
TaskScheduledEventDetails Structure Reference