flowLog

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

Parameters

name

The unique name of the resulting resource.

block

Builder for FlowLog.

See also


fun flowLog(name: String): FlowLog

Parameters

name

The unique name of the resulting resource.

See also