lightsail_update_domain_entry {paws.compute} | R Documentation |
Updates a domain recordset after it is created
Description
Updates a domain recordset after it is created.
See https://www.paws-r-sdk.com/docs/lightsail_update_domain_entry/ for full documentation.
Usage
lightsail_update_domain_entry(domainName, domainEntry)
Arguments
domainName |
[required] The name of the domain recordset to update. |
domainEntry |
[required] An array of key-value pairs containing information about the domain entry. |
[Package paws.compute version 0.7.0 Index]