if (FALSE) {
# This demonstrates calling the TagResource action.
svc$tag_resource(
resourceArn = "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1",
tags = list(
Stage = "Alpha"
)
)
}
Run the code above in your browser using DataLab