aws_role_exists {sixtyfour}R Documentation

Check if a role exists

Description

Check if a role exists

Usage

aws_role_exists(name)

Arguments

name

(character) the role name

Value

a single boolean

See Also

Other roles: aws_role(), aws_role_create(), aws_role_delete(), aws_roles()

Examples


aws_role_exists("AWSServiceRoleForRedshift")
aws_role_exists("NotARole")


[Package sixtyfour version 0.2.0 Index]