Deregister Elastic Ip
opsworks_deregister_elastic_ip | R Documentation |
Deregisters a specified Elastic IP address¶
Description¶
Deregisters a specified Elastic IP address. The address can be registered by another stack after it is deregistered. 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 User Permissions.
Usage¶
opsworks_deregister_elastic_ip(ElasticIp)
Arguments¶
ElasticIp |
[required] The Elastic IP address. |
Value¶
An empty list.
Request syntax¶
svc$deregister_elastic_ip(
ElasticIp = "string"
)