Pages Project Deployment Configs Production Args
data class PagesProjectDeploymentConfigsProductionArgs(val alwaysUseLatestCompatibilityDate: Output<Boolean>? = null, val compatibilityDate: Output<String>? = null, val compatibilityFlags: Output<List<String>>? = null, val d1Databases: Output<Map<String, Any>>? = null, val durableObjectNamespaces: Output<Map<String, Any>>? = null, val environmentVariables: Output<Map<String, Any>>? = null, val failOpen: Output<Boolean>? = null, val kvNamespaces: Output<Map<String, Any>>? = null, val r2Buckets: Output<Map<String, Any>>? = null, val serviceBindings: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>? = null, val usageModel: Output<String>? = null) : ConvertibleToJava<PagesProjectDeploymentConfigsProductionArgs>
Constructors
Link copied to clipboard
constructor(alwaysUseLatestCompatibilityDate: Output<Boolean>? = null, compatibilityDate: Output<String>? = null, compatibilityFlags: Output<List<String>>? = null, d1Databases: Output<Map<String, Any>>? = null, durableObjectNamespaces: Output<Map<String, Any>>? = null, environmentVariables: Output<Map<String, Any>>? = null, failOpen: Output<Boolean>? = null, kvNamespaces: Output<Map<String, Any>>? = null, r2Buckets: Output<Map<String, Any>>? = null, serviceBindings: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>? = null, usageModel: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceBindings: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>? = null
Link copied to clipboard