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).
lightsail_create_domain_entry(domainName, domainEntry)[required] The domain name (e.g., example.com) for which you want to create the
domain entry.
[required] An array of key-value pairs containing information about the domain entry request.
svc$create_domain_entry(
domainName = "string",
domainEntry = list(
id = "string",
name = "string",
target = "string",
isAlias = TRUE|FALSE,
type = "string",
options = list(
"string"
)
)
)
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.