Task
public struct Task : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The operation to be performed on the provided source fields.
Declaration
Swift
public let connectorOperator: ConnectorOperator?
-
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
Declaration
Swift
public let destinationField: String?
-
The source fields to which a particular task is applied.
Declaration
Swift
public let sourceFields: [String]
-
A map used to store task-related information. The execution service looks for particular information based on the TaskType.
Declaration
Swift
public let taskProperties: [OperatorPropertiesKeys : String]?
-
Specifies the particular task implementation that Amazon AppFlow performs.
Declaration
Swift
public let taskType: TaskType
-
Undocumented
Declaration
Swift
public init(connectorOperator: ConnectorOperator? = nil, destinationField: String? = nil, sourceFields: [String], taskProperties: [OperatorPropertiesKeys : String]? = nil, taskType: TaskType)
-
Declaration
Swift
public func validate(name: String) throws