aws_role_exists: Check if a role exists

aws_role_existsR 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")


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