FlowDefinition
public struct FlowDefinition : 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 user-entered description of the flow.
Declaration
Swift
public let description: String?
-
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
Declaration
Swift
public let destinationConnectorType: ConnectorType?
-
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?
-
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 account user name that most recently updated the flow.
Declaration
Swift
public let lastUpdatedBy: String?
-
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
Declaration
Swift
public let sourceConnectorType: ConnectorType?
-
The tags used to organize, track, or control access for your flow.
Declaration
Swift
public let tags: [String : String]?
-
Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.
Declaration
Swift
public let triggerType: TriggerType?
-
init(createdAt:createdBy:description:destinationConnectorType:flowArn:flowName:flowStatus:lastRunExecutionDetails:lastUpdatedAt:lastUpdatedBy:sourceConnectorType:tags:triggerType:)
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, createdBy: String? = nil, description: String? = nil, destinationConnectorType: ConnectorType? = nil, flowArn: String? = nil, flowName: String? = nil, flowStatus: FlowStatus? = nil, lastRunExecutionDetails: ExecutionDetails? = nil, lastUpdatedAt: TimeStamp? = nil, lastUpdatedBy: String? = nil, sourceConnectorType: ConnectorType? = nil, tags: [String : String]? = nil, triggerType: TriggerType? = nil)