postgres Instance
suspend fun postgresInstance(name: String, block: suspend PostgresInstanceResourceBuilder.() -> Unit): PostgresInstance
Parameters
name
The unique name of the resulting resource.
block
Builder for PostgresInstance.
See also
Parameters
name
The unique name of the resulting resource.