CreateDataLakeDatasetRequest
The request parameters for CreateDataLakeDataset.
Types
Properties
The description of the dataset.
The Amazon Web Services Supply Chain instance identifier.
The name of the dataset. For asc name space, the name must be one of the supported data entities under https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
The partition specification of the dataset. Partitioning can effectively improve the dataset query performance by reducing the amount of data scanned during query execution. But partitioning or not will affect how data get ingested by data ingestion methods, such as SendDataIntegrationEvent's dataset UPSERT will upsert records within partition (instead of within whole dataset). For more details, refer to those data ingestion documentations.
The custom schema of the data lake dataset and required for dataset in default and custom namespaces.