IdentityPoolCognitoStreams

data class IdentityPoolCognitoStreams(val roleArn: String? = null, val streamName: String? = null, val streamingStatus: String? = null)

Constructors

Link copied to clipboard
constructor(roleArn: String? = null, streamName: String? = null, streamingStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val roleArn: String? = null

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

Link copied to clipboard
val streamingStatus: String? = null

Status of the Amazon Cognito streams. Valid values are: ENABLED or DISABLED .

Link copied to clipboard
val streamName: String? = null

The name of the Amazon Cognito stream to receive updates. This stream must be in the developer's account and in the same Region as the identity pool.