engine property
Engine type.
Required. Possible string values are:
- "DATABASE_ENGINE_UNSPECIFIED" : The source database engine of the migration job is unknown.
- "MYSQL" : The source engine is MySQL.
- "POSTGRESQL" : The source engine is PostgreSQL.
- "SQLSERVER" : The source engine is SQL Server.
- "ORACLE" : The source engine is Oracle.
Implementation
core.String? engine;