Cloudflare/hyperdrive
@swamp/cloudflare/hyperdrivev2026.07.24.1
01README
Cloudflare hyperdrive infrastructure models
02Release Notes
- Updated: configs
03Models
@swamp/cloudflare/hyperdrive/configsv2026.07.24.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. |
| restarted_on? | string | Defines the last time the Hyperdrive connection pool was explicitly restarted via the restart endpoint. Omitted if the pool has never been explicitly restarted. |
| 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 lookup()
Look up an existing Configs by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Configs by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Configs to import |
fn update(identifier?: string)
Update Configs attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Configs by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Configs
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Configs |
fn sync(identifier?: string)
Sync Configs state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Configs by id (e.g. one discovered by list) |
Resources
state(infinite)— Configs resource state
04Previous Versions
2026.07.21.1
- Updated: configs
2026.07.18.2
Modified 1 models
2026.06.08.2
- Updated: configs
2026.05.29.1
- Updated: configs
2026.05.22.1
- Added: configs
05Stats
A
100 / 100
Downloads
0
Archive size
13.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 types (deprecated)1/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