Bindings
Get Script Bindings
workers_for_platforms.dispatch.namespaces.scripts.bindings.get(strscript_name, BindingGetParams**kwargs) -> SyncSinglePage[BindingGetResponse]
GET/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings
ModelsExpand Collapse
A binding to allow the Worker to communicate with resources.
A binding to allow the Worker to communicate with resources.
One of the following:
class WorkersBindingKindAISearch: …
class WorkersBindingKindAISearch: …
class WorkersBindingKindAISearchNamespace: …
class WorkersBindingKindAISearchNamespace: …
class WorkersBindingKindDispatchNamespace: …
class WorkersBindingKindDispatchNamespace: …
class WorkersBindingKindInherit: …
class WorkersBindingKindInherit: …
class WorkersBindingKindRatelimit: …
class WorkersBindingKindRatelimit: …
class WorkersBindingKindR2Bucket: …
class WorkersBindingKindR2Bucket: …
jurisdiction: Optional[Literal["eu", "fedramp", "fedramp-high"]]The jurisdiction of the R2 bucket.
jurisdiction: Optional[Literal["eu", "fedramp", "fedramp-high"]]
The jurisdiction of the R2 bucket.
class WorkersBindingKindSecretKey: …
class WorkersBindingKindSecretKey: …
algorithm: object
Algorithm-specific key parameters. Learn more.
format: Literal["raw", "pkcs8", "spki", "jwk"]Data format of the key. Learn more.
format: Literal["raw", "pkcs8", "spki", "jwk"]
Data format of the key. Learn more.
usages: List[Literal["encrypt", "decrypt", "sign", 5 more]]Allowed operations with the key. Learn more.
usages: List[Literal["encrypt", "decrypt", "sign", 5 more]]
Allowed operations with the key. Learn more.
key_jwk: Optional[object]
Key data in JSON Web Key format. Required if format is “jwk”.
class WorkersBindingKindWorkflow: …
class WorkersBindingKindWorkflow: …