List policy versions
Arguments
- name
(character) a policy name. required. within the function we lookup the policy arn which is what's passed to the AWS API
- ...
additional named arguments passed on to internal
paws
method (see link below to its docs)
See also
Other policies:
as_policy_arn()
,
aws_policies()
,
aws_policy_attach()
,
aws_policy_create()
,
aws_policy_delete_version()
,
aws_policy_delete()
,
aws_policy_detach()
,
aws_policy_exists()
,
aws_policy_list_entities()
,
aws_policy()
Examples
if (FALSE) { # interactive()
pols <- aws_policies()
aws_policy_list_versions(pols$PolicyName[1])
}