figure_out_policy_arn {sixtyfour}R Documentation

Figure out policy Arn from a name

Description

Figure out policy Arn from a name

Usage

figure_out_policy_arn(name)

Arguments

name

(character) a policy name. required.

Value

NULL when not found; otherwise an ARN string

Examples


# aws managed
figure_out_policy_arn("AmazonS3ReadOnlyAccess")
# aws managed, job function
figure_out_policy_arn("Billing")
figure_out_policy_arn("DataScientist")
# doesn't exist
figure_out_policy_arn("DoesNotExist")


[Package sixtyfour version 0.2.0 Index]