Get a group
Value
a named list with slots for:
group: information about the group (tibble)
users: users in the group (tibble)
policies (character)
attached_policies (tibble)
See also
Other groups:
aws_group_create()
,
aws_group_delete()
,
aws_group_exists()
,
aws_groups()
,
six_group_delete()
Examples
if (FALSE) { # aws_has_creds()
# create a group
aws_group_create("testing")
# get the group
aws_group(name = "testing")
# cleanup
aws_group_delete(name = "testing")
}