staticAccount

suspend fun staticAccount(name: String, block: suspend StaticAccountResourceBuilder.() -> Unit): StaticAccount

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for StaticAccount.


See also

Parameters

name

The unique name of the resulting resource.