paws.management (version 0.1.0)

opsworks_detach_elastic_load_balancer: Detaches a specified Elastic Load Balancing instance from its layer

Description

Detaches a specified Elastic Load Balancing instance from its layer.

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.

Request syntax

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

Details

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.