PagesProjectDeploymentConfigsProduction

data class PagesProjectDeploymentConfigsProduction(val alwaysUseLatestCompatibilityDate: Boolean? = null, val compatibilityDate: String? = null, val compatibilityFlags: List<String>? = null, val d1Databases: Map<String, String>? = null, val durableObjectNamespaces: Map<String, String>? = null, val environmentVariables: Map<String, String>? = null, val failOpen: Boolean? = null, val kvNamespaces: Map<String, String>? = null, val placement: PagesProjectDeploymentConfigsProductionPlacement? = null, val r2Buckets: Map<String, String>? = null, val secrets: Map<String, String>? = null, val serviceBindings: List<PagesProjectDeploymentConfigsProductionServiceBinding>? = null, val usageModel: String? = null)

Constructors

Link copied to clipboard
constructor(alwaysUseLatestCompatibilityDate: Boolean? = null, compatibilityDate: String? = null, compatibilityFlags: List<String>? = null, d1Databases: Map<String, String>? = null, durableObjectNamespaces: Map<String, String>? = null, environmentVariables: Map<String, String>? = null, failOpen: Boolean? = null, kvNamespaces: Map<String, String>? = null, placement: PagesProjectDeploymentConfigsProductionPlacement? = null, r2Buckets: Map<String, String>? = null, secrets: Map<String, String>? = null, serviceBindings: List<PagesProjectDeploymentConfigsProductionServiceBinding>? = null, usageModel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use latest compatibility date for Pages Functions. Defaults to false.

Link copied to clipboard

Compatibility date used for Pages Functions.

Link copied to clipboard

Compatibility flags used for Pages Functions.

Link copied to clipboard
val d1Databases: Map<String, String>? = null

D1 Databases used for Pages Functions. Defaults to map[].

Link copied to clipboard

Durable Object namespaces used for Pages Functions. Defaults to map[].

Link copied to clipboard

Environment variables for Pages Functions. Defaults to map[].

Link copied to clipboard
val failOpen: Boolean? = null

Fail open used for Pages Functions. Defaults to false.

Link copied to clipboard
val kvNamespaces: Map<String, String>? = null

KV namespaces used for Pages Functions. Defaults to map[].

Link copied to clipboard

Configuration for placement in the Cloudflare Pages project.

Link copied to clipboard
val r2Buckets: Map<String, String>? = null

R2 Buckets used for Pages Functions. Defaults to map[].

Link copied to clipboard
val secrets: Map<String, String>? = null

Encrypted environment variables for Pages Functions. Defaults to map[].

Link copied to clipboard

Services used for Pages Functions.

Link copied to clipboard
val usageModel: String? = null

Usage model used for Pages Functions. Available values: unbound, bundled, standard. Defaults to bundled.