class Aws::CognitoSync::Types::SetCognitoEventsRequest

A request to configure Cognito Events“

@note When making an API call, you may pass SetCognitoEventsRequest

data as a hash:

    {
      identity_pool_id: "IdentityPoolId", # required
      events: { # required
        "CognitoEventType" => "LambdaFunctionArn",
      },
    }

@!attribute [rw] identity_pool_id

The Cognito Identity Pool to use when configuring Cognito Events
@return [String]

@!attribute [rw] events

The events to configure
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEventsRequest AWS API Documentation

Constants

SENSITIVE