aws_policy_list_versions | R Documentation |
List policy versions
aws_policy_list_versions(name, ...)
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 |
tibble with columns:
VersionId
IsDefaultVersion
CreateDate
https://www.paws-r-sdk.com/docs/iam_list_policy_versions/
Other policies:
as_policy_arn()
,
aws_policies()
,
aws_policy()
,
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_update()
aws_policy_list_versions("AmazonS3FullAccess")
aws_policy_list_versions("AmazonAppFlowFullAccess")
aws_policy_list_versions("AmazonRedshiftFullAccess")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.