Skip to contents

Create a group

Usage

aws_group_create(name, path = NULL)

Arguments

name

(character) A group name. required

path

(character) The path for the group name. optional. If it is not included, it defaults to a slash (/).

Value

A tibble with information about the group created

Details

See https://www.paws-r-sdk.com/docs/iam_create_group/ docs for details on the parameters

See also

Examples

if (FALSE) {
aws_group_create("testgroup")
}