static Account
suspend fun staticAccount(name: String, block: suspend StaticAccountResourceBuilder.() -> Unit): StaticAccount
Parameters
name
The unique name of the resulting resource.
block
Builder for StaticAccount.
See also
Parameters
name
The unique name of the resulting resource.