AWS SDK Version 2 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.

.NET Framework 4.5
 
Configuration options for configure Cognito streams.

Inheritance Hierarchy

System.Object
  Amazon.CognitoSync.Model.CognitoStreams

Namespace: Amazon.CognitoSync.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CognitoStreams : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8