aws_user | R Documentation |
Gets user information, including policies, groups, and attached policies
aws_user(username = NULL)
username |
(character) A user name. required |
See the following docs links for details
a named list with slots for:
user (tibble)
policies (list)
attached_policies (list)
groups (list)
if username not supplied, gets logged in user
Other users:
aws_user_access_key()
,
aws_user_access_key_delete()
,
aws_user_add_to_group()
,
aws_user_create()
,
aws_user_current()
,
aws_user_delete()
,
aws_user_exists()
,
aws_users()
,
six_user_create()
,
six_user_delete()
## Not run:
# if username not supplied, gets the logged in user
aws_user()
## End(Not run)
if (aws_user_exists("testBlueBird")) {
aws_user_delete("testBlueBird")
}
aws_user_create("testBlueBird")
aws_user("testBlueBird")
# cleanup
aws_user_delete("testBlueBird")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.