Skip to main content

Cloudflare/hyperdrive

@swamp/cloudflare/hyperdrivev2026.07.24.1· 2d agoMODELS
01README

Cloudflare hyperdrive infrastructure models

02Release Notes
  • Updated: configs
03Models1
@swamp/cloudflare/hyperdrive/configsv2026.07.24.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.
restarted_on?stringDefines the last time the Hyperdrive connection pool was explicitly restarted via the restart endpoint. Omitted if the pool has never been explicitly restarted.
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 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
ArgumentTypeDescription
idstringThe ID of the Configs to import
fn update(identifier?: string)
Update Configs attributes
ArgumentTypeDescription
identifier?stringTarget a specific Configs by id (e.g. one discovered by list)
fn delete(id: string)
Delete the Configs
ArgumentTypeDescription
idstringThe ID of the Configs
fn sync(identifier?: string)
Sync Configs state from Cloudflare
ArgumentTypeDescription
identifier?stringTarget a specific Configs by id (e.g. one discovered by list)

Resources

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