flowLog

suspend fun flowLog(name: String, block: suspend FlowLogResourceBuilder.() -> Unit): FlowLog

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for FlowLog.


fun flowLog(name: String): FlowLog

See also

Parameters

name

The unique name of the resulting resource.