DescribeFlowResponse
public struct DescribeFlowResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Specifies when the flow was created. DeclarationSwift public let createdAt: TimeStamp?
- 
                  
                  The ARN of the user who created the flow. DeclarationSwift public let createdBy: String?
- 
                  
                  A description of the flow. DeclarationSwift public let description: String?
- 
                  
                  The configuration that controls how Amazon AppFlow transfers data to the destination connector. DeclarationSwift public let destinationFlowConfigList: [DestinationFlowConfig]?
- 
                  
                  The flow’s Amazon Resource Name (ARN). DeclarationSwift public let flowArn: String?
- 
                  
                  The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. DeclarationSwift public let flowName: String?
- 
                  
                  Indicates the current status of the flow. DeclarationSwift public let flowStatus: FlowStatus?
- 
                  
                  Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows. DeclarationSwift public let flowStatusMessage: String?
- 
                  
                  The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don’t provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. DeclarationSwift public let kmsArn: String?
- 
                  
                  Describes the details of the most recent flow run. DeclarationSwift public let lastRunExecutionDetails: ExecutionDetails?
- 
                  
                  Specifies when the flow was last updated. DeclarationSwift public let lastUpdatedAt: TimeStamp?
- 
                  
                  Specifies the user name of the account that performed the most recent update. DeclarationSwift public let lastUpdatedBy: String?
- 
                  
                  The configuration that controls how Amazon AppFlow retrieves data from the source connector. DeclarationSwift public let sourceFlowConfig: SourceFlowConfig?
- 
                  
                  The tags used to organize, track, or control access for your flow. DeclarationSwift public let tags: [String : String]?
- 
                  
                  A list of tasks that Amazon AppFlow performs while transferring the data in the flow run. DeclarationSwift public let tasks: [Task]?
- 
                  
                  The trigger settings that determine how and when the flow runs. DeclarationSwift public let triggerConfig: TriggerConfig?
- 
                  init(createdAt:createdBy:description:destinationFlowConfigList:flowArn:flowName:flowStatus:flowStatusMessage:kmsArn:lastRunExecutionDetails:lastUpdatedAt:lastUpdatedBy:sourceFlowConfig:tags:tasks:triggerConfig:)Undocumented DeclarationSwift public init(createdAt: TimeStamp? = nil, createdBy: String? = nil, description: String? = nil, destinationFlowConfigList: [DestinationFlowConfig]? = nil, flowArn: String? = nil, flowName: String? = nil, flowStatus: FlowStatus? = nil, flowStatusMessage: String? = nil, kmsArn: String? = nil, lastRunExecutionDetails: ExecutionDetails? = nil, lastUpdatedAt: TimeStamp? = nil, lastUpdatedBy: String? = nil, sourceFlowConfig: SourceFlowConfig? = nil, tags: [String : String]? = nil, tasks: [Task]? = nil, triggerConfig: TriggerConfig? = nil)
 View on GitHub
View on GitHub DescribeFlowResponse Structure Reference
        DescribeFlowResponse Structure Reference