Skip to contents

Get a group

Usage

aws_group(name)

Arguments

name

(character) the group name

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

Examples

if (FALSE) {
aws_group(name = "users")
}