amazonka-opsworks-0.1.3: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.AttachElasticLoadBalancer

Contents

Description

Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing.

You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.

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 UserPermissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_AttachElasticLoadBalancer.html

Synopsis

Request

Request constructor

Request lenses

aelbElasticLoadBalancerName :: Lens' AttachElasticLoadBalancer Text Source

The Elastic Load Balancing instance's name.

aelbLayerId :: Lens' AttachElasticLoadBalancer Text Source

The ID of the layer that the Elastic Load Balancing instance is to be attached to.

Response

Response constructor