Skip to content

aws.cognito_idp.admin_list_user_auth_events

Example SQL Queries

SELECT * FROM
aws.cognito_idp.admin_list_user_auth_events
WHERE
"user_pool_id" = 'VALUE'
AND "username" = 'VALUE';

Description

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

Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.

Learn more

Table Definition

Column NameColumn Data Type
user_pool_id Required Input Column

The user pool ID.

VARCHAR
username Required Input Column

The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. If username isn't an alias attribute in your user pool, this value must be the sub of a local user or the username of a user from a third-party IdP.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
challenge_responses

The challenge responses.

STRUCT(
"challenge_name" VARCHAR,
"challenge_response" VARCHAR
)[]
Show child fields
challenge_responses[]
Show child fields
challenge_responses[].challenge_name

The challenge name.

challenge_responses[].challenge_response

The challenge response.

creation_date

The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

TIMESTAMP_S
event_context_data

The user context data captured at the time of an event request. This value provides additional information about the client from which event the request is received.

STRUCT(
"ip_address" VARCHAR,
"device_name" VARCHAR,
"timezone" VARCHAR,
"city" VARCHAR,
"country" VARCHAR
)
Show child fields
event_context_data.city

The user's city.

event_context_data.country

The user's country.

event_context_data.device_name

The user's device name.

event_context_data.ip_address

The source IP address of your user's device.

event_context_data.timezone

The user's time zone.

event_feedback

A flag specifying the user feedback captured at the time of an event request is good or bad.

STRUCT(
"feedback_value" VARCHAR,
"provider" VARCHAR,
"feedback_date" TIMESTAMP_S
)
Show child fields
event_feedback.feedback_date

The event feedback date.

event_feedback.feedback_value

The authentication event feedback value. When you provide a FeedbackValue value of valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide a FeedbackValue value of invalid, you tell Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a high-enough risk level.

event_feedback.provider

The provider.

event_id

The event ID.

VARCHAR
event_response

The event response.

VARCHAR
event_risk

The event risk.

STRUCT(
"risk_decision" VARCHAR,
"risk_level" VARCHAR,
"compromised_credentials_detected" BOOLEAN
)
Show child fields
event_risk.compromised_credentials_detected

Indicates whether compromised credentials were detected during an authentication event.

event_risk.risk_decision

The risk decision.

event_risk.risk_level

The risk level.

event_type

The event type.

VARCHAR