Skip to contents

Check if a group exists

Usage

aws_group_exists(name)

Arguments

name

(character) the group name

Value

a single boolean

Details

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

See also

Examples

if (FALSE) {
aws_group_exists(name = "users")
aws_group_exists(name = "apples")
}