diff --git a/src/content/docs/durable-objects/reference/data-location.mdx b/src/content/docs/durable-objects/reference/data-location.mdx index 2ee026d7ac5b6e..1d4a28ec65121c 100644 --- a/src/content/docs/durable-objects/reference/data-location.mdx +++ b/src/content/docs/durable-objects/reference/data-location.mdx @@ -13,6 +13,10 @@ Jurisdictions are used to create Durable Workers may still access Durable Objects constrained to a jurisdiction from anywhere in the world. The jurisdiction constraint only controls where the Durable Object itself runs and persists data. Consider using [Regional Services](/data-localization/regional-services/) to control the regions from which Cloudflare responds to requests. +:::note[FedRAMP support] +Both SQLite-backed and KV-backed Durable Objects support FedRAMP jurisdiction. +::: + :::note[Logging] A [`DurableObjectId`](/durable-objects/api/id) will be logged outside of the specified jurisdiction for billing and debugging purposes. @@ -55,9 +59,9 @@ Note that it is also possible to specify a jurisdiction by creating an individua ### Supported locations -| Parameter | Location | -| --------- | ---------------------------- | -| eu | The European Union | +| Parameter | Location | +| --------- | ------------------------------ | +| eu | The European Union | | fedramp | FedRAMP-compliant data centers | ## Provide a location hint