Returns the available entities supported by the connection type
Source:R/glue_operations.R
glue_list_entities.RdReturns the available entities supported by the connection type.
See https://www.paws-r-sdk.com/docs/glue_list_entities/ for full documentation.
Usage
glue_list_entities(
ConnectionName = NULL,
CatalogId = NULL,
ParentEntityName = NULL,
NextToken = NULL,
DataStoreApiVersion = NULL
)Arguments
- ConnectionName
A name for the connection that has required credentials to query any connection type.
- CatalogId
The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.
- ParentEntityName
Name of the parent entity for which you want to list the children. This parameter takes a fully-qualified path of the entity in order to list the child entities.
- NextToken
A continuation token, included if this is a continuation call.
- DataStoreApiVersion
The API version of the SaaS connector.