amazonka-opsworks-0.0.4: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.AssociateElasticIp

Contents

Description

Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.

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_AssociateElasticIp.html

Synopsis

Request

Request constructor

associateElasticIp Source

AssociateElasticIp constructor.

The fields accessible through corresponding lenses are:

Request lenses

aeiElasticIp :: Lens' AssociateElasticIp Text Source

The Elastic IP address.

Response

Response constructor