flow Log Resource
suspend fun flowLogResource(name: String, block: suspend FlowLogResourceBuilder.() -> Unit): FlowLog
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for FlowLog.
The unique name of the resulting resource.
Builder for FlowLog.