# NOT RUN {
# This example sets the priority of the specified rule.
svc$set_rule_priorities(
  RulePriorities = list(
    list(
      Priority = 5L,
      RuleArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-lo..."
    )
  )
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab