aws_group_create | R Documentation |
Create a group
aws_group_create(name, path = NULL)
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 (/). |
See https://www.paws-r-sdk.com/docs/iam_create_group/ docs for details on the parameters
A tibble with information about the group created
Other groups:
aws_group()
,
aws_group_delete()
,
aws_group_exists()
,
aws_groups()
,
six_group_delete()
aws_group_create("testingagroup")
aws_group("testingagroup")
# cleanup
aws_group_delete("testingagroup")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.