aws_group | R Documentation |
Get a group
aws_group(name)
name |
(character) the group name |
see docs https://www.paws-r-sdk.com/docs/iam_get_group/
a named list with slots for:
group: information about the group (tibble)
users: users in the group (tibble)
policies (character)
attached_policies (tibble)
Other groups:
aws_group_create()
,
aws_group_delete()
,
aws_group_exists()
,
aws_groups()
,
six_group_delete()
# create a group
aws_group_create("testing")
# get the group
aws_group(name = "testing")
# cleanup
aws_group_delete(name = "testing")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.