DescribeFlowResponse
public struct DescribeFlowResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies when the flow was created.
Declaration
Swift
public let createdAt: TimeStamp? -
The ARN of the user who created the flow.
Declaration
Swift
public let createdBy: String? -
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 flow’s Amazon Resource Name (ARN).
Declaration
Swift
public let flowArn: String? -
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Declaration
Swift
public let flowName: String? -
Indicates the current status of the flow.
Declaration
Swift
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.
Declaration
Swift
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.
Declaration
Swift
public let kmsArn: String? -
Describes the details of the most recent flow run.
Declaration
Swift
public let lastRunExecutionDetails: ExecutionDetails? -
Specifies when the flow was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp? -
Specifies the user name of the account that performed the most recent update.
Declaration
Swift
public let lastUpdatedBy: String? -
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
Declaration
Swift
public let sourceFlowConfig: SourceFlowConfig? -
The tags used to organize, track, or control access for your flow.
Declaration
Swift
public let tags: [String : String]? -
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? -
init(createdAt:createdBy:description:destinationFlowConfigList:flowArn:flowName:flowStatus:flowStatusMessage:kmsArn:lastRunExecutionDetails:lastUpdatedAt:lastUpdatedBy:sourceFlowConfig:tags:tasks:triggerConfig:)Undocumented
Declaration
Swift
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
DescribeFlowResponse Structure Reference