01README
AWS COMPREHEND infrastructure models
02Models
@swamp/aws/comprehend/document-classifierv2026.04.23.2document_classifier.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DataAccessRoleArn | string | |
| InputDataConfig | object | |
| OutputDataConfig? | object | |
| LanguageCode | enum | |
| ModelKmsKeyId? | string | |
| ModelPolicy? | string | |
| DocumentClassifierName | string | |
| Mode? | enum | |
| Tags? | array | |
| VersionName? | string | |
| VolumeKmsKeyId? | string | |
| VpcConfig? | object |
fn create()
Create a Comprehend DocumentClassifier
fn get(identifier: string)
Get a Comprehend DocumentClassifier
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Comprehend DocumentClassifier |
fn update()
Update a Comprehend DocumentClassifier
fn delete(identifier: string)
Delete a Comprehend DocumentClassifier
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Comprehend DocumentClassifier |
fn sync()
Sync Comprehend DocumentClassifier state from AWS
Resources
state(infinite)— Comprehend DocumentClassifier resource state
@swamp/aws/comprehend/flywheelv2026.04.23.2flywheel.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| ActiveModelArn? | string | |
| DataAccessRoleArn | string | |
| DataLakeS3Uri | string | |
| DataSecurityConfig? | object | |
| FlywheelName | string | |
| ModelType? | enum | |
| Tags? | array | |
| TaskConfig? | object |
fn create()
Create a Comprehend Flywheel
fn get(identifier: string)
Get a Comprehend Flywheel
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Comprehend Flywheel |
fn update()
Update a Comprehend Flywheel
fn delete(identifier: string)
Delete a Comprehend Flywheel
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Comprehend Flywheel |
fn sync()
Sync Comprehend Flywheel state from AWS
Resources
state(infinite)— Comprehend Flywheel resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: document_classifier, flywheel
2026.04.03.2Apr 3, 2026
- Updated: document_classifier, flywheel
2026.03.19.1Mar 19, 2026
- Updated: document_classifier, flywheel
2026.03.16.1Mar 16, 2026
- Updated: document_classifier, flywheel
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
395.6 KB
Verified by Swamp
- 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
05Platforms
06Labels