state property
The current state of the managed resource. Possible string values are:
- "STATE_UNSPECIFIED" : State unspecified.
- "READY" : Resource does not have any errors.
- "ERROR" : Resource has errors.
Implementation
core.String? state;
The current state of the managed resource. Possible string values are:
core.String? state;