Cloudflare/spectrum
@swamp/cloudflare/spectrumv2026.08.11.1
01README
Cloudflare spectrum infrastructure models
02Release Notes
- Updated: apps
03Models
@swamp/cloudflare/spectrum/appsv2026.08.11.1apps.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| zone_id | string | Cloudflare zone ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| created_on | string | When the Application was created. |
| id | string | Identifier. |
| modified_on | string | When the Application was last modified. |
| argo_smart_routing? | boolean | Enables Argo Smart Routing for this application.\nNotes: Only available for TCP or UDP applications with traffic_type set to "direct". |
| dns | object | The name and type of DNS record for the Spectrum application. |
| edge_ips? | object | |
| ip_firewall? | boolean | Enables IP Access Rules for this application.\nNotes: Only available for TCP applications. |
| origin_direct? | array | List of origin IP addresses. Array may contain multiple IP addresses for load balancing. |
| origin_dns? | object | The name and type of DNS record for the Spectrum application. |
| origin_port? | number | |
| protocol | string | The port configuration at Cloudflare\ |
| proxy_protocol? | enum | Enables 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? | enum | The type of TLS termination associated with the application. |
| traffic_type? | enum | Determines 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? | string | Optional UUID of a virtual network for routing origin traffic through tunnel virtual networks. |
| 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 Apps
fn get(id: string)
Get a Apps
| Argument | Type | Description |
|---|---|---|
| id | string | The 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
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Apps to import |
fn update(identifier?: string)
Update Apps attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Apps by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Apps
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Apps |
fn sync(identifier?: string)
Sync Apps state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Apps by id (e.g. one discovered by list) |
Resources
state(infinite)— Apps resource state
04Previous Versions
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