paws.compute (version 0.1.0)

lightsail_create_domain_entry: Creates one of the following entry records associated with the domain: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT)

Description

Creates one of the following entry records associated with the domain: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).

Usage

lightsail_create_domain_entry(domainName, domainEntry)

Arguments

domainName

[required] The domain name (e.g., example.com) for which you want to create the domain entry.

domainEntry

[required] An array of key-value pairs containing information about the domain entry request.

Request syntax

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

Details

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