paws.compute (version 0.1.0)

lightsail_delete_domain_entry: Deletes a specific domain entry

Description

Deletes a specific domain entry.

Usage

lightsail_delete_domain_entry(domainName, domainEntry)

Arguments

domainName

[required] The name of the domain entry to delete.

domainEntry

[required] An array of key-value pairs containing information about your domain entries.

Request syntax

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

Details

The delete 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.