AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Configuration options for configure Cognito streams.

Inheritance Hierarchy

System.Object
  Amazon.CognitoSync.Model.CognitoStreams

Namespace: Amazon.CognitoSync.Model
Assembly: AWSSDK.CognitoSync.dll
Version: 3.x.y.z

Syntax

C#
public class CognitoStreams

The CognitoStreams type exposes the following members

Constructors

NameDescription
Public Method CognitoStreams()

Properties

NameTypeDescription
Public Property RoleArn System.String

Gets and sets the property RoleArn. 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.

Public Property StreamingStatus Amazon.CognitoSync.StreamingStatus

Gets and sets the property StreamingStatus. 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.

Public Property StreamName System.String

Gets and sets the property StreamName. 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5