This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_entity_records/ for full documentation.
glue_get_entity_records(
ConnectionName = NULL,
CatalogId = NULL,
EntityName,
NextToken = NULL,
DataStoreApiVersion = NULL,
ConnectionOptions = NULL,
FilterPredicate = NULL,
Limit,
OrderBy = NULL,
SelectedFields = NULL
)
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] Name of the entity that we want to query the preview data from the given connection type.
A continuation token, included if this is a continuation call.
The API version of the SaaS connector.
Connector options that are required to query the data.
A filter predicate that you can apply in the query request.
[required] Limits the number of records fetched with the request.
A parameter that orders the response preview data.
List of fields that we want to fetch as part of preview data.