Cloudflare/hyperdrive
@swamp/cloudflare/hyperdrivev2026.05.29.1
01README
Cloudflare hyperdrive infrastructure models
02Release Notes
- Updated: configs
03Models
@swamp/cloudflare/hyperdrive/configsv2026.05.29.1configs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| caching? | object | |
| mtls? | object | mTLS configuration for the origin connection. Cannot be used with VPC Service origins; TLS must be managed on the VPC Service. |
| name | string | The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API. |
| origin | object | |
| origin_connection_limit? | number | The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.\n\nMaximum allowed: 20 for free tier accounts, 100 for paid tier accounts.\nIf not specified, defaults to 20 for free tier and 60 for paid tier.\nContact Cloudflare if you need a higher limit.\n |
| created_on? | string | Defines the creation time of the Hyperdrive configuration. |
| id | string | Define configurations using a unique string identifier. |
| modified_on? | string | Defines the last modified time of the Hyperdrive configuration. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Configs
fn get(id: string)
Get a Configs
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Configs |
fn update()
Update Configs attributes
fn delete(id: string)
Delete the Configs
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Configs |
fn sync()
Sync Configs state from Cloudflare
Resources
state(infinite)— Configs resource state
04Previous Versions
2026.05.22.1May 22, 2026
- Added: configs
05Stats
A
100 / 100
Downloads
0
Archive size
9.3 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
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels