paws.security.identity (version 0.1.0)

cognitoidentityprovider_admin_list_user_auth_events: Lists a history of user activity and any risks detected as part of Amazon Cognito advanced security

Description

Lists a history of user activity and any risks detected as part of Amazon Cognito advanced security.

Usage

cognitoidentityprovider_admin_list_user_auth_events(UserPoolId,
  Username, MaxResults, NextToken)

Arguments

UserPoolId

[required] The user pool ID.

Username

[required] The user pool username or an alias.

MaxResults

The maximum number of authentication events to return.

NextToken

A pagination token.

Request syntax

svc$admin_list_user_auth_events(
  UserPoolId = "string",
  Username = "string",
  MaxResults = 123,
  NextToken = "string"
)