This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE OR REPLACE VIEW "qs_actions_views" AS | |
SELECT | |
DATE_PARSE(eventtime, '%Y-%m-%dT%H:%i:%sZ') AS event_time, | |
awsregion, | |
eventname, | |
useridentity.accountid AS user_identity_account_id, | |
useridentity.type AS user_identity_type, | |
useridentity.arn AS user_identity_arn, | |
useridentity.sessioncontext.sessionissuer.arn AS session_issuer_arn, | |
sourceipaddress, |