Update Elastic Ip
opsworks_update_elastic_ip | R Documentation |
Updates a registered Elastic IP address's name¶
Description¶
Updates a registered Elastic IP address's name. 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_update_elastic_ip(ElasticIp, Name)
Arguments¶
ElasticIp |
[required] The IP address for which you want to update the name. |
Name |
The new name, which can be a maximum of 32 characters. |
Value¶
An empty list.
Request syntax¶
svc$update_elastic_ip(
ElasticIp = "string",
Name = "string"
)