Skip to main content

Cloudflare/spectrum

@swamp/cloudflare/spectrumv2026.08.11.1· 11d agoMODELS
01README

Cloudflare spectrum infrastructure models

02Release Notes
  • Updated: apps
03Models1
@swamp/cloudflare/spectrum/appsv2026.08.11.1apps.ts

Global Arguments

ArgumentTypeDescription
zone_idstringCloudflare zone ID
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
created_onstringWhen the Application was created.
idstringIdentifier.
modified_onstringWhen the Application was last modified.
argo_smart_routing?booleanEnables Argo Smart Routing for this application.\nNotes: Only available for TCP or UDP applications with traffic_type set to "direct".
dnsobjectThe name and type of DNS record for the Spectrum application.
edge_ips?object
ip_firewall?booleanEnables IP Access Rules for this application.\nNotes: Only available for TCP applications.
origin_direct?arrayList of origin IP addresses. Array may contain multiple IP addresses for load balancing.
origin_dns?objectThe name and type of DNS record for the Spectrum application.
origin_port?number
protocolstringThe port configuration at Cloudflare\
proxy_protocol?enumEnables Proxy Protocol to the origin. Refer to [Enable Proxy protocol](https://developers.cloudflare.com/spectrum/getting-started/proxy-protocol/) for implementation details on PROXY Protocol V1, PROXY Protocol V2, and Simple Proxy Protocol.
tls?enumThe type of TLS termination associated with the application.
traffic_type?enumDetermines how data travels from the edge to your origin. When set to "direct", Spectrum will send traffic directly to your origin, and the application\
virtual_network_id?stringOptional UUID of a virtual network for routing origin traffic through tunnel virtual networks.
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 Apps
fn get(id: string)
Get a Apps
ArgumentTypeDescription
idstringThe ID of the Apps
fn lookup()
Look up an existing Apps by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Apps by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Apps to import
fn update(identifier?: string)
Update Apps attributes
ArgumentTypeDescription
identifier?stringTarget a specific Apps by id (e.g. one discovered by list)
fn delete(id: string)
Delete the Apps
ArgumentTypeDescription
idstringThe ID of the Apps
fn sync(identifier?: string)
Sync Apps state from Cloudflare
ArgumentTypeDescription
identifier?stringTarget a specific Apps by id (e.g. one discovered by list)

Resources

state(infinite)— Apps resource state
04Previous Versions6
2026.07.21.1
  • Updated: apps
2026.07.18.2

Modified 1 models

2026.07.14.1
  • Updated: apps
2026.06.08.2
  • Updated: apps
2026.05.29.1
  • Updated: apps
2026.05.22.1
  • Added: apps
05Stats
A
100 / 100
Downloads
0
Archive size
15.5 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