state property

String? state
getter/setter pair

The state of the connector config.

The connector state is disabled if the connector has not successfully sent an event in the last 24 hours.

Output only. Possible string values are:

  • "CONFIG_STATE_UNKNOWN" : Default value.
  • "ENABLED" : The connector config is enabled.
  • "DISABLED_BY_FAILURES" : The connector config is transiently disabled due to failures.

Implementation

core.String? state;