GetFlowResult

data class GetFlowResult(val description: String? = null, val destinationFlowConfigList: List<FlowDestinationFlowConfig>? = null, val flowArn: String? = null, val flowStatus: FlowStatus? = null, val metadataCatalogConfig: FlowMetadataCatalogConfig? = null, val sourceFlowConfig: FlowSourceFlowConfig? = null, val tags: List<Tag>? = null, val tasks: List<FlowTask>? = null, val triggerConfig: FlowTriggerConfig? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationFlowConfigList: List<FlowDestinationFlowConfig>? = null, flowArn: String? = null, flowStatus: FlowStatus? = null, metadataCatalogConfig: FlowMetadataCatalogConfig? = null, sourceFlowConfig: FlowSourceFlowConfig? = null, tags: List<Tag>? = null, tasks: List<FlowTask>? = null, triggerConfig: FlowTriggerConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the flow.

Link copied to clipboard

List of Destination connectors of the flow.

Link copied to clipboard
val flowArn: String? = null

ARN identifier of the flow.

Link copied to clipboard
val flowStatus: FlowStatus? = null

Flow activation status for Scheduled- and Event-triggered flows

Link copied to clipboard

Configurations of metadata catalog of the flow.

Link copied to clipboard

Configurations of Source connector of the flow.

Link copied to clipboard
val tags: List<Tag>? = null

List of Tags.

Link copied to clipboard
val tasks: List<FlowTask>? = null

List of tasks for the flow.

Link copied to clipboard

Trigger settings of the flow.