Skip to content

Detach Elastic Load Balancer

opsworks_detach_elastic_load_balancer R Documentation

Detaches a specified Elastic Load Balancing instance from its layer

Description

Detaches a specified Elastic Load Balancing instance from its layer.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Usage

opsworks_detach_elastic_load_balancer(ElasticLoadBalancerName, LayerId)

Arguments

ElasticLoadBalancerName

[required] The Elastic Load Balancing instance's name.

LayerId

[required] The ID of the layer that the Elastic Load Balancing instance is attached to.

Value

An empty list.

Request syntax

svc$detach_elastic_load_balancer(
  ElasticLoadBalancerName = "string",
  LayerId = "string"
)