environmentSize property
The size of the Cloud Composer environment.
This field is supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.
Optional. Possible string values are:
- "ENVIRONMENT_SIZE_UNSPECIFIED" : The size of the environment is unspecified.
- "ENVIRONMENT_SIZE_SMALL" : The environment size is small.
- "ENVIRONMENT_SIZE_MEDIUM" : The environment size is medium.
- "ENVIRONMENT_SIZE_LARGE" : The environment size is large.
Implementation
core.String? environmentSize;