sql Migration Service
suspend fun sqlMigrationService(name: String, block: suspend SqlMigrationServiceResourceBuilder.() -> Unit): SqlMigrationService
Parameters
name
The unique name of the resulting resource.
block
Builder for SqlMigrationService.
See also
Parameters
name
The unique name of the resulting resource.