aws_policy | R Documentation |
Get a policy
aws_policy(name, local = FALSE, path = NULL)
name |
(character) a policy name or arn |
local |
(logical) if |
path |
(character) if not |
see docs https://www.paws-r-sdk.com/docs/iam_get_policy/
a tibble with policy details
Other policies:
as_policy_arn()
,
aws_policies()
,
aws_policy_attach()
,
aws_policy_create()
,
aws_policy_delete()
,
aws_policy_delete_version()
,
aws_policy_detach()
,
aws_policy_exists()
,
aws_policy_list_entities()
,
aws_policy_list_versions()
,
aws_policy_update()
# get an AWS managed policy (local = FALSE - the default)
aws_policy("AmazonS3FullAccess")
# get a policy by arn
aws_policy("arn:aws:iam::aws:policy/AmazonS3FullAccess")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.