source_connectivity_precheck
Creates, updates, deletes, gets or lists a source_connectivity_precheck resource.
Overview
| Name | source_connectivity_precheck |
| Type | Resource |
| Id | cloudflare.r2.source_connectivity_precheck |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
update_connectivity_precheck | exec | account_id, bucket, secret, vendor | Check whether tokens are valid against the source bucket |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
account_id | string | The Cloudflare account ID. |
Lifecycle Methods
- update_connectivity_precheck
Check whether tokens are valid against the source bucket
EXEC cloudflare.r2.source_connectivity_precheck.update_connectivity_precheck
@account_id='{{ account_id }}' --required
@@json=
'{
"bucket": "{{ bucket }}",
"endpoint": "{{ endpoint }}",
"keys": "{{ keys }}",
"pathPrefix": "{{ pathPrefix }}",
"region": "{{ region }}",
"secret": "{{ secret }}",
"vendor": "{{ vendor }}",
"jurisdiction": "{{ jurisdiction }}"
}'
;