Learn R Programming

paws.analytics (version 0.1.11)

athena_get_data_catalog: Returns the specified data catalog

Description

Returns the specified data catalog.

Usage

athena_get_data_catalog(Name)

Arguments

Name

[required] The name of the data catalog to return.

Value

A list with the following syntax:

list(
  DataCatalog = list(
    Name = "string",
    Description = "string",
    Type = "LAMBDA"|"GLUE"|"HIVE",
    Parameters = list(
      "string"
    )
  )
)

Request syntax

svc$get_data_catalog(
  Name = "string"
)