Workflow
public struct Workflow : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The date and time when the workflow was created. DeclarationSwift public let createdOn: TimeStamp?
- 
                  
                  A collection of properties to be used as part of each execution of the workflow. DeclarationSwift public let defaultRunProperties: [String : String]?
- 
                  
                  A description of the workflow. DeclarationSwift public let description: String?
- 
                  
                  The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges. DeclarationSwift public let graph: WorkflowGraph?
- 
                  
                  The date and time when the workflow was last modified. DeclarationSwift public let lastModifiedOn: TimeStamp?
- 
                  
                  The information about the last execution of the workflow. DeclarationSwift public let lastRun: WorkflowRun?
- 
                  
                  You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs. DeclarationSwift public let maxConcurrentRuns: Int?
- 
                  
                  The name of the workflow representing the flow. DeclarationSwift public let name: String?
- 
                  init(createdOn:defaultRunProperties:description:graph:lastModifiedOn:lastRun:maxConcurrentRuns:name:)Undocumented DeclarationSwift public init(createdOn: TimeStamp? = nil, defaultRunProperties: [String : String]? = nil, description: String? = nil, graph: WorkflowGraph? = nil, lastModifiedOn: TimeStamp? = nil, lastRun: WorkflowRun? = nil, maxConcurrentRuns: Int? = nil, name: String? = nil)
 View on GitHub
View on GitHub Workflow Structure Reference
        Workflow Structure Reference