Skip to main content

Cloudflare/hyperdrive

@swamp/cloudflare/hyperdrivev2026.05.29.1· 5d agoMODELS
01README

Cloudflare hyperdrive infrastructure models

02Release Notes
  • Updated: configs
03Models1
@swamp/cloudflare/hyperdrive/configsv2026.05.29.1configs.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
caching?object
mtls?objectmTLS configuration for the origin connection. Cannot be used with VPC Service origins; TLS must be managed on the VPC Service.
namestringThe name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
originobject
origin_connection_limit?numberThe (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?stringDefines the creation time of the Hyperdrive configuration.
idstringDefine configurations using a unique string identifier.
modified_on?stringDefines the last modified time of the Hyperdrive configuration.
apiToken?stringCloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
apiKey?stringCloudflare 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?stringCloudflare 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
ArgumentTypeDescription
idstringThe ID of the Configs
fn update()
Update Configs attributes
fn delete(id: string)
Delete the Configs
ArgumentTypeDescription
idstringThe ID of the Configs
fn sync()
Sync Configs state from Cloudflare

Resources

state(infinite)— Configs resource state
04Previous Versions1
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