http://databrew.{region}.amazonaws.com/datasetsCreates a new DataBrew dataset.
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
Metadata tags to apply to this dataset.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
The file format of a dataset that is created from an Amazon S3 file or folder.
Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://databrew.{region}.amazonaws.com/datasets' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://databrew.{region}.amazonaws.com/datasetsCreates a new DataBrew dataset.
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
Metadata tags to apply to this dataset.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
The file format of a dataset that is created from an Amazon S3 file or folder.
Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://databrew.{region}.amazonaws.com/datasets' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}