streamingStatus property

StreamingStatus? streamingStatus
final

Status of the Cognito streams. Valid values are: ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

Implementation

final StreamingStatus? streamingStatus;