FnfFunctions

Functions

Link copied to clipboard

This data source provides the FnF Executions of the current Alibaba Cloud user.

suspend fun getExecutions(enableDetails: Boolean? = null, flowName: String, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetExecutionsResult
Link copied to clipboard
suspend fun getFlows(argument: GetFlowsPlainArgs): GetFlowsResult

This data source provides the Fnf Flows of the current Alibaba Cloud user.

suspend fun getFlows(argument: suspend GetFlowsPlainArgsBuilder.() -> Unit): GetFlowsResult
suspend fun getFlows(ids: List<String>? = null, limit: Int? = null, nameRegex: String? = null, outputFile: String? = null): GetFlowsResult
Link copied to clipboard

This data source provides the Fnf Schedules of the current Alibaba Cloud user.

suspend fun getSchedules(flowName: String, ids: List<String>? = null, limit: Int? = null, nameRegex: String? = null, outputFile: String? = null): GetSchedulesResult
Link copied to clipboard

Using this data source can open Fnf service automatically. If the service has been opened, it will return opened. For information about Fnf and how to use it, see What is Fnf.

suspend fun getService(enable: String? = null): GetServiceResult
suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult