Cloudflare/dex
@swamp/cloudflare/dexv2026.06.24.1
01README
Cloudflare dex infrastructure models
02Release Notes
- Updated: dex_tests
03Models
@swamp/cloudflare/dex/dex-testsv2026.06.24.1dex_tests.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| data | object | The configuration object which contains the details for the WARP client to conduct the test. |
| description? | string | Additional details about the test. |
| enabled | boolean | Determines whether or not the test is active. |
| interval | string | How often the test will run. |
| name | string | The name of the DEX test. Must be unique. |
| target_policies? | array | DEX rules targeted by this test |
| targeted? | boolean | |
| test_id? | string | The unique identifier for the test. |
| 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 Dex Tests
fn get(id: string)
Get a Dex Tests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Dex Tests |
fn update()
Update Dex Tests attributes
fn delete(id: string)
Delete the Dex Tests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Dex Tests |
fn sync()
Sync Dex Tests state from Cloudflare
Resources
state(infinite)— Dex Tests resource state
@swamp/cloudflare/dex/rulesv2026.06.08.1rules.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| description? | string | |
| match | string | The wirefilter expression to match. |
| name | string | The name of the Rule. |
| 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 Rules
fn get(id: string)
Get a Rules
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules |
fn update()
Update Rules attributes
fn delete(id: string)
Delete the Rules
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules |
fn sync()
Sync Rules state from Cloudflare
Resources
state(infinite)— Rules resource state
04Previous Versions
2026.06.08.2Jun 8, 2026
- Updated: dex_tests
- Updated: rules
2026.05.29.1May 29, 2026
- Updated: dex_tests
- Updated: rules
2026.05.22.1May 22, 2026
- Added: dex_tests
- Added: rules
05Stats
A
100 / 100
Downloads
0
Archive size
12.1 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