List all groups or groups for a single user
Arguments
- username
(character) a username. optional
- ...
parameters passed on to
paws
list_groups_for_user
if username is non-NULL, otherwise passed on tolist_users
See also
Other groups:
aws_group_create()
,
aws_group_delete()
,
aws_group_exists()
,
aws_group()
Examples
if (FALSE) {
aws_groups()
aws_groups(username = aws_user_current())
}