-
-
Save zxkane/7f9ad14596139de46d00cb66d0b734a4 to your computer and use it in GitHub Desktop.
create legacy ClickstreamExploreUser in QuickSight
This file contains 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
aws quicksight register-user --region us-east-1 --aws-account-id 1234567890 \ | |
--identity-type IAM --email [email protected] --user-role ADMIN --namespace default \ | |
--session-name ClickstreamExploreUser \ | |
--iam-arn arn:aws:iam::1234567890:role/clickstream-v12-dev-ClickStreamApiQuickSightEmbedRo-yQ90NyWORHnq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment