@swamp/aws/athena
v2026.04.23.3
AWS ATHENA infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
awsathenacloudinfrastructure
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/athena@swamp/aws/athena/capacity-reservationv2026.04.23.2capacity_reservation.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The reservation name. |
| TargetDpus | number | The number of DPUs to request to be allocated to the reservation. |
| CapacityAssignmentConfiguration? | object | Assignment configuration to assign workgroups to a reservation |
| Tags? | array | An array of key-value pairs to apply to this resource. |
createCreate a Athena CapacityReservation
getGet a Athena CapacityReservation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena CapacityReservation |
updateUpdate a Athena CapacityReservation
deleteDelete a Athena CapacityReservation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena CapacityReservation |
syncSync Athena CapacityReservation state from AWS
Resources
state(infinite)— Athena CapacityReservation resource state
@swamp/aws/athena/data-catalogv2026.04.23.2data_catalog.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name | string | The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters. |
| Description? | string | A description of the data catalog to be created. |
| Parameters? | record | Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type. |
| Tags? | array | A list of comma separated tags to add to the data catalog that is created. |
| Type | enum | The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass. |
| Status? | enum | The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously. |
| ConnectionType? | string | The type of connection for a FEDERATED data catalog |
| Error? | string | Text of the error that occurred during data catalog creation or deletion. |
createCreate a Athena DataCatalog
getGet a Athena DataCatalog
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena DataCatalog |
updateUpdate a Athena DataCatalog
deleteDelete a Athena DataCatalog
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena DataCatalog |
syncSync Athena DataCatalog state from AWS
Resources
state(infinite)— Athena DataCatalog resource state
@swamp/aws/athena/named-queryv2026.04.23.2named_query.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name? | string | The query name. |
| Database | string | The database to which the query belongs. |
| Description? | string | The query description. |
| QueryString | string | The contents of the query with all query statements. |
| WorkGroup? | string | The name of the workgroup that contains the named query. |
createCreate a Athena NamedQuery
getGet a Athena NamedQuery
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena NamedQuery |
deleteDelete a Athena NamedQuery
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena NamedQuery |
syncSync Athena NamedQuery state from AWS
Resources
state(infinite)— Athena NamedQuery resource state
@swamp/aws/athena/prepared-statementv2026.04.23.2prepared_statement.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| StatementName | string | The name of the prepared statement. |
| WorkGroup | string | The name of the workgroup to which the prepared statement belongs. |
| Description? | string | The description of the prepared statement. |
| QueryStatement | string | The query string for the prepared statement. |
createCreate a Athena PreparedStatement
getGet a Athena PreparedStatement
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena PreparedStatement |
updateUpdate a Athena PreparedStatement
deleteDelete a Athena PreparedStatement
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena PreparedStatement |
syncSync Athena PreparedStatement state from AWS
Resources
state(infinite)— Athena PreparedStatement resource state
@swamp/aws/athena/work-groupv2026.04.23.2work_group.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name | string | The workGroup name. |
| Description? | string | The workgroup description. |
| Tags? | array | One or more tags, separated by commas, that you want to attach to the workgroup as you create it |
| WorkGroupConfiguration? | object | The workgroup configuration |
| WorkGroupConfigurationUpdates? | object | The workgroup configuration update object |
| State? | enum | The state of the workgroup: ENABLED or DISABLED. |
| RecursiveDeleteOption? | boolean | The option to delete the workgroup and its contents even if the workgroup contains any named queries. |
createCreate a Athena WorkGroup
getGet a Athena WorkGroup
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena WorkGroup |
updateUpdate a Athena WorkGroup
deleteDelete a Athena WorkGroup
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Athena WorkGroup |
syncSync Athena WorkGroup state from AWS
Resources
state(infinite)— Athena WorkGroup resource state
2026.04.23.2983.0 KBApr 23, 2026
AWS ATHENA infrastructure models
Release Notes
- Updated: capacity_reservation, data_catalog, named_query, prepared_statement, work_group
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsathenacloudinfrastructure
2026.04.03.2983.5 KBApr 3, 2026
AWS ATHENA infrastructure models
Release Notes
- Updated: capacity_reservation, data_catalog, named_query, prepared_statement, work_group
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsathenacloudinfrastructure
2026.03.19.11.0 MBMar 19, 2026
AWS ATHENA infrastructure models
Release Notes
- Updated: capacity_reservation, data_catalog, named_query, prepared_statement, work_group
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsathenacloudinfrastructure
2026.03.16.11.0 MBMar 16, 2026
AWS ATHENA infrastructure models
Release Notes
- Updated: capacity_reservation, data_catalog, named_query, prepared_statement, work_group
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsathenacloudinfrastructure
2026.03.10.51022.5 KBMar 10, 2026
AWS ATHENA infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsathenacloudinfrastructure