aws_group_create {sixtyfour} | R Documentation |
Create a group
Description
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 (/). |
Details
See https://www.paws-r-sdk.com/docs/iam_create_group/ docs for details on the parameters
Value
A tibble with information about the group created
See Also
Other groups:
aws_group()
,
aws_group_delete()
,
aws_group_exists()
,
aws_groups()
,
six_group_delete()
Examples
aws_group_create("testingagroup")
aws_group("testingagroup")
# cleanup
aws_group_delete("testingagroup")
[Package sixtyfour version 0.2.0 Index]