FlowArgs

constructor(description: Output<String>? = null, destinationFlowConfigList: Output<List<FlowDestinationFlowConfigArgs>>? = null, flowName: Output<String>? = null, flowStatus: Output<FlowStatus>? = null, kmsArn: Output<String>? = null, metadataCatalogConfig: Output<FlowMetadataCatalogConfigArgs>? = null, sourceFlowConfig: Output<FlowSourceFlowConfigArgs>? = null, tags: Output<List<TagArgs>>? = null, tasks: Output<List<FlowTaskArgs>>? = null, triggerConfig: Output<FlowTriggerConfigArgs>? = null)