@swamp/aws/databrew
v2026.04.23.3
AWS DATABREW infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
awsdatabrewcloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/aws/databrew@swamp/aws/databrew/datasetv2026.04.23.2dataset.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name | string | Dataset name |
| Format? | enum | Dataset format |
| FormatOptions? | object | Format options for dataset |
| Input | object | Input |
| Source? | enum | Source type of the dataset |
| PathOptions? | object | PathOptions |
| Tags? | array |
createCreate a DataBrew Dataset
getGet a DataBrew Dataset
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Dataset |
updateUpdate a DataBrew Dataset
deleteDelete a DataBrew Dataset
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Dataset |
syncSync DataBrew Dataset state from AWS
Resources
state(infinite)— DataBrew Dataset resource state
@swamp/aws/databrew/jobv2026.04.23.2job.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| DatasetName? | string | Dataset name |
| EncryptionKeyArn? | string | Encryption Key Arn |
| EncryptionMode? | enum | Encryption mode |
| Name | string | Job name |
| Type | enum | Job type |
| LogSubscription? | enum | Log subscription |
| MaxCapacity? | number | Max capacity |
| MaxRetries? | number | Max retries |
| Outputs? | array | |
| DataCatalogOutputs? | array | |
| DatabaseOutputs? | array | |
| OutputLocation? | object | Output location |
| ProjectName? | string | Project name |
| Recipe? | object | |
| RoleArn | string | Role arn |
| Tags? | array | |
| Timeout? | number | Timeout |
| JobSample? | object | Job Sample |
| ProfileConfiguration? | object | Profile Job configuration |
| ValidationConfigurations? | array | Data quality rules configuration |
createCreate a DataBrew Job
getGet a DataBrew Job
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Job |
updateUpdate a DataBrew Job
deleteDelete a DataBrew Job
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Job |
syncSync DataBrew Job state from AWS
Resources
state(infinite)— DataBrew Job resource state
@swamp/aws/databrew/projectv2026.04.23.2project.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| DatasetName | string | Dataset name |
| Name | string | Project name |
| RecipeName | string | Recipe name |
| RoleArn | string | Role arn |
| Sample? | object | Sample |
| Tags? | array |
createCreate a DataBrew Project
getGet a DataBrew Project
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Project |
updateUpdate a DataBrew Project
deleteDelete a DataBrew Project
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Project |
syncSync DataBrew Project state from AWS
Resources
state(infinite)— DataBrew Project resource state
@swamp/aws/databrew/recipev2026.04.23.2recipe.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Description? | string | Description of the recipe |
| Name | string | Recipe name |
| Steps | array | |
| Tags? | array |
createCreate a DataBrew Recipe
getGet a DataBrew Recipe
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Recipe |
updateUpdate a DataBrew Recipe
deleteDelete a DataBrew Recipe
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Recipe |
syncSync DataBrew Recipe state from AWS
Resources
state(infinite)— DataBrew Recipe resource state
@swamp/aws/databrew/rulesetv2026.04.23.2ruleset.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name | string | Name of the Ruleset |
| Description? | string | Description of the Ruleset |
| TargetArn | string | Arn of the target resource (dataset) to apply the ruleset to |
| Rules | array | List of the data quality rules in the ruleset |
| Tags? | array |
createCreate a DataBrew Ruleset
getGet a DataBrew Ruleset
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Ruleset |
updateUpdate a DataBrew Ruleset
deleteDelete a DataBrew Ruleset
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Ruleset |
syncSync DataBrew Ruleset state from AWS
Resources
state(infinite)— DataBrew Ruleset resource state
@swamp/aws/databrew/schedulev2026.04.23.2schedule.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| JobNames? | array | |
| CronExpression | string | Schedule cron |
| Name | string | Schedule Name |
| Tags? | array |
createCreate a DataBrew Schedule
getGet a DataBrew Schedule
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Schedule |
updateUpdate a DataBrew Schedule
deleteDelete a DataBrew Schedule
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the DataBrew Schedule |
syncSync DataBrew Schedule state from AWS
Resources
state(infinite)— DataBrew Schedule resource state
2026.04.23.21.1 MBApr 23, 2026
AWS DATABREW infrastructure models
Release Notes
- Updated: dataset, job, project, recipe, ruleset, schedule
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsdatabrewcloudinfrastructure
2026.04.03.21.1 MBApr 3, 2026
AWS DATABREW infrastructure models
Release Notes
- Updated: dataset, job, project, recipe, ruleset, schedule
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsdatabrewcloudinfrastructure
2026.03.19.11.2 MBMar 19, 2026
AWS DATABREW infrastructure models
Release Notes
- Updated: dataset, job, project, recipe, ruleset, schedule
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsdatabrewcloudinfrastructure
2026.03.16.11.2 MBMar 16, 2026
AWS DATABREW infrastructure models
Release Notes
- Updated: dataset, job, project, recipe, ruleset, schedule
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsdatabrewcloudinfrastructure
2026.03.10.51.2 MBMar 10, 2026
AWS DATABREW infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsdatabrewcloudinfrastructure