opsworks_register_elastic_ip {paws.management} | R Documentation |
Registers an Elastic IP address with a specified stack
Description
Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling deregister_elastic_ip
. For more information, see Resource Management.
See https://www.paws-r-sdk.com/docs/opsworks_register_elastic_ip/ for full documentation.
Usage
opsworks_register_elastic_ip(ElasticIp, StackId)
Arguments
ElasticIp |
[required] The Elastic IP address. |
StackId |
[required] The stack ID. |
[Package paws.management version 0.9.0 Index]