engine property
The cluster engine.
Optional. Possible string values are:
- "ENGINE_UNSPECIFIED" : The engine is not specified. Works the same as ENGINE_DEFAULT.
- "DEFAULT" : The cluster is a default engine cluster.
- "LIGHTNING" : The cluster is a Lightning Engine (https://cloud.google.com/dataproc/docs/guides/lightning-engine) cluster.
Implementation
core.String? engine;