aws_group: Get a group

View source: R/groups.R

aws_groupR Documentation

Get a group

Description

Get a group

Usage

aws_group(name)

Arguments

name

(character) the group name

Details

see docs https://www.paws-r-sdk.com/docs/iam_get_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


# create a group
aws_group_create("testing")
# get the group
aws_group(name = "testing")
# cleanup
aws_group_delete(name = "testing")


sixtyfour documentation built on April 3, 2025, 8:22 p.m.