IdentityPoolCognitoStreamsArgs

data class IdentityPoolCognitoStreamsArgs(val roleArn: Output<String>? = null, val streamName: Output<String>? = null, val streamingStatus: Output<String>? = null) : ConvertibleToJava<IdentityPoolCognitoStreamsArgs>

Constructors

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

Properties

Link copied to clipboard
val roleArn: Output<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: Output<String>? = null

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

Link copied to clipboard
val streamName: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): IdentityPoolCognitoStreamsArgs