# NOT RUN {
# The following example shows how to add tags to an existing role.
# }
# NOT RUN {
svc$tag_role(
  RoleName = "taggedrole",
  Tags = list(
    list(
      Key = "Dept",
      Value = "Accounting"
    ),
    list(
      Key = "CostCenter",
      Value = "12345"
    )
  )
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab