# NOT RUN {
# The following command adds a policy named AllPerms to the IAM group
# named Admins.
# }
# NOT RUN {
svc$put_group_policy(
GroupName = "Admins",
PolicyDocument = "{\"Version\":\"2012-10-17\",\"Statement\":{\"Effect\":\"Allow\",...",
PolicyName = "AllPerms"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab