aws_group_exists: Check if a group exists

aws_group_existsR Documentation

Check if a group exists

Description

Check if a group exists

Usage

aws_group_exists(name)

Arguments

name

(character) the group name

Details

uses aws_group internally. see docs https://www.paws-r-sdk.com/docs/iam_get_group/

Value

a single boolean

See Also

Other groups: aws_group(), aws_group_create(), aws_group_delete(), aws_groups(), six_group_delete()

Examples


aws_group_create("apples")
aws_group_exists("apples")
aws_group_exists("doesnotexist")
# cleanup
aws_group_delete("apples")


sixtyfour documentation built on April 3, 2025, 8:22 p.m.