View source: R/glue_operations.R
glue_list_entities | R Documentation |
Returns the available entities supported by the connection type.
See https://www.paws-r-sdk.com/docs/glue_list_entities/ for full documentation.
glue_list_entities(
ConnectionName = NULL,
CatalogId = NULL,
ParentEntityName = NULL,
NextToken = NULL,
DataStoreApiVersion = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.