Updates a domain recordset after it is created.
lightsail_update_domain_entry(domainName, domainEntry)[required] The name of the domain recordset to update.
[required] An array of key-value pairs containing information about the domain entry.
svc$update_domain_entry(
domainName = "string",
domainEntry = list(
id = "string",
name = "string",
target = "string",
isAlias = TRUE|FALSE,
type = "string",
options = list(
"string"
)
)
)
The update domain entry operation supports tag-based access control
via resource tags applied to the resource identified by domainName. For
more information, see the Lightsail Dev Guide.