Skip to content

Get Cognito Events

cognitosync_get_cognito_events R Documentation

Gets the events and the corresponding Lambda functions associated with an identity pool

Description

Gets the events and the corresponding Lambda functions associated with an identity pool.

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

Usage

cognitosync_get_cognito_events(IdentityPoolId)

Arguments

IdentityPoolId

[required] The Cognito Identity Pool ID for the request

Value

A list with the following syntax:

list(
  Events = list(
    "string"
  )
)

Request syntax

svc$get_cognito_events(
  IdentityPoolId = "string"
)