aws_group_exists | R Documentation |
Check if a group exists
aws_group_exists(name)
name |
(character) the group name |
uses aws_group
internally. see docs
https://www.paws-r-sdk.com/docs/iam_get_group/
a single boolean
Other groups:
aws_group()
,
aws_group_create()
,
aws_group_delete()
,
aws_groups()
,
six_group_delete()
aws_group_create("apples")
aws_group_exists("apples")
aws_group_exists("doesnotexist")
# cleanup
aws_group_delete("apples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.