View source: R/glue_operations.R
glue_describe_entity | R Documentation |
Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity.
See https://www.paws-r-sdk.com/docs/glue_describe_entity/ for full documentation.
glue_describe_entity(
ConnectionName,
CatalogId = NULL,
EntityName,
NextToken = NULL,
DataStoreApiVersion = NULL
)
ConnectionName |
[required] The name of the connection that contains the connection type credentials. |
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. |
EntityName |
[required] The name of the entity that you want to describe from the connection type. |
NextToken |
A continuation token, included if this is a continuation call. |
DataStoreApiVersion |
The version of the API used for the data store. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.