paws.compute (version 0.1.0)

lightsail_update_domain_entry: Updates a domain recordset after it is created

Description

Updates a domain recordset after it is created.

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.

Request syntax

svc$update_domain_entry(
  domainName = "string",
  domainEntry = list(
    id = "string",
    name = "string",
    target = "string",
    isAlias = TRUE|FALSE,
    type = "string",
    options = list(
      "string"
    )
  )
)

Details

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.