# NOT RUN {
# This example changes the configuration of the health checks used to
# evaluate the health of the targets for the specified target group.
svc$modify_target_group(
HealthCheckPort = "443",
HealthCheckProtocol = "HTTPS",
TargetGroupArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https..."
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab