paws.compute (version 0.1.0)

lightsail_detach_instances_from_load_balancer: Detaches the specified instances from a Lightsail load balancer

Description

Detaches the specified instances from a Lightsail load balancer.

Usage

lightsail_detach_instances_from_load_balancer(loadBalancerName,
  instanceNames)

Arguments

loadBalancerName

[required] The name of the Lightsail load balancer.

instanceNames

[required] An array of strings containing the names of the instances you want to detach from the load balancer.

Request syntax

svc$detach_instances_from_load_balancer(
  loadBalancerName = "string",
  instanceNames = list(
    "string"
  )
)

Details

This operation waits until the instances are no longer needed before they are detached from the load balancer.

The detach instances from load balancer operation supports tag-based access control via resource tags applied to the resource identified by loadBalancerName. For more information, see the Lightsail Dev Guide.