Learn R Programming

paws.analytics (version 0.1.11)

elasticsearchservice_list_domain_names: Returns the name of all Elasticsearch domains owned by the current user's account

Description

Returns the name of all Elasticsearch domains owned by the current user's account.

Usage

elasticsearchservice_list_domain_names()

Arguments

Value

A list with the following syntax:

list(
  DomainNames = list(
    list(
      DomainName = "string"
    )
  )
)