condition property
A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
For example: resource.instanceName.matches("[production|test]_.*_(\d)+")
or, resource.management.auto_upgrade == true
The max length of the
condition is 1000 characters.
Implementation
core.String? condition;