Get Flow Result
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)
Properties
Link copied to clipboard
Description of the flow.
Link copied to clipboard
List of Destination connectors of the flow.
Link copied to clipboard
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
Trigger settings of the flow.