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.

Container for the parameters to the SetCognitoEvents operation. Sets the AWS Lambda function for a given event type for an identity pool. This request only updates the key/value pair specified. Other key/values pairs are not updated. To remove a key value pair, pass a empty value for the particular key.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CognitoSync.AmazonCognitoSyncRequest
      Amazon.CognitoSync.Model.SetCognitoEventsRequest

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

Syntax

C#
public class SetCognitoEventsRequest : AmazonCognitoSyncRequest
         IAmazonWebServiceRequest

The SetCognitoEventsRequest type exposes the following members

Constructors

NameDescription
Public Method SetCognitoEventsRequest()

Properties

NameTypeDescription
Public Property Events System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Events.

The events to configure

Public Property IdentityPoolId System.String

Gets and sets the property IdentityPoolId.

The Cognito Identity Pool to use when configuring Cognito Events

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