state property

String? state
getter/setter pair

An output-only field that indicates the state of the Amazon MSK ingestion source.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ACTIVE" : Ingestion is active.
  • "MSK_PERMISSION_DENIED" : Permission denied encountered while consuming data from Amazon MSK.
  • "PUBLISH_PERMISSION_DENIED" : Permission denied encountered while publishing to the topic.
  • "CLUSTER_NOT_FOUND" : The provided MSK cluster wasn't found.
  • "TOPIC_NOT_FOUND" : The provided topic wasn't found.

Implementation

core.String? state;