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 placement: Output<PagesProjectDeploymentConfigsProductionPlacementArgs>? = null, val r2Buckets: Output<Map<String, Any>>? = null, val secrets: Output<Map<String, Any>>? = null, val serviceBindings: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>? = null, val usageModel: Output<String>? = null) : ConvertibleToJava<PagesProjectDeploymentConfigsProductionArgs>
Constructors
Link copied to clipboard
fun PagesProjectDeploymentConfigsProductionArgs(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, placement: Output<PagesProjectDeploymentConfigsProductionPlacementArgs>? = null, r2Buckets: Output<Map<String, Any>>? = null, secrets: Output<Map<String, Any>>? = null, serviceBindings: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>? = null, usageModel: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceBindings: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>? = null
Link copied to clipboard