CognitoStreams

Configuration options for configure Cognito streams.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.

Link copied to clipboard

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

Link copied to clipboard

The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.

Functions

Link copied to clipboard
inline fun copy(block: CognitoStreams.Builder.() -> Unit = {}): CognitoStreams
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String