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
)
[required] The name of the connection that contains the connection type credentials.
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.
[required] The name of the entity that you want to describe from the connection type.
A continuation token, included if this is a continuation call.
The version of the API used for the data store.