glue_get_databases: Retrieves all databases defined in a given Data Catalog

View source: R/glue_operations.R

glue_get_databasesR Documentation

Retrieves all databases defined in a given Data Catalog

Description

Retrieves all databases defined in a given Data Catalog.

See https://www.paws-r-sdk.com/docs/glue_get_databases/ for full documentation.

Usage

glue_get_databases(
  CatalogId = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  ResourceShareType = NULL
)

Arguments

CatalogId

The ID of the Data Catalog from which to retrieve Databases. If none is provided, the Amazon Web Services account ID is used by default.

NextToken

A continuation token, if this is a continuation call.

MaxResults

The maximum number of databases to return in one response.

ResourceShareType

Allows you to specify that you want to list the databases shared with your account. The allowable values are FEDERATED, FOREIGN or ALL.

  • If set to FEDERATED, will list the federated databases (referencing an external entity) shared with your account.

  • If set to FOREIGN, will list the databases shared with your account.

  • If set to ALL, will list the databases shared with your account, as well as the databases in yor local account.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.