solution Instance
suspend fun solutionInstance(name: String, block: suspend SolutionInstanceResourceBuilder.() -> Unit): SolutionInstance
Parameters
name
The unique name of the resulting resource.
block
Builder for SolutionInstance.
See also
Parameters
name
The unique name of the resulting resource.