Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity
Source:R/glue_operations.R
glue_describe_entity.RdProvides 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.
Usage
glue_describe_entity(
ConnectionName,
CatalogId = NULL,
EntityName,
NextToken = NULL,
DataStoreApiVersion = NULL
)Arguments
- 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.