figure_out_policy_arn | R Documentation |
Figure out policy Arn from a name
figure_out_policy_arn(name)
name |
(character) a policy name. required. |
NULL
when not found; otherwise an ARN string
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.