UpdateFlowRequest
public struct UpdateFlowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the flow.
Declaration
Swift
public let description: String?
-
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
Declaration
Swift
public let destinationFlowConfigList: [DestinationFlowConfig]
-
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Declaration
Swift
public let flowName: String
-
Undocumented
Declaration
Swift
public let sourceFlowConfig: SourceFlowConfig?
-
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
Declaration
Swift
public let tasks: [Task]
-
The trigger settings that determine how and when the flow runs.
Declaration
Swift
public let triggerConfig: TriggerConfig
-
Undocumented
Declaration
Swift
public init(description: String? = nil, destinationFlowConfigList: [DestinationFlowConfig], flowName: String, sourceFlowConfig: SourceFlowConfig? = nil, tasks: [Task], triggerConfig: TriggerConfig)
-
Declaration
Swift
public func validate(name: String) throws