Pages Project Deployment Configs Production Args
data class PagesProjectDeploymentConfigsProductionArgs(val aiBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionAiBindingsArgs>>? = null, val analyticsEngineDatasets: Output<Map<String, PagesProjectDeploymentConfigsProductionAnalyticsEngineDatasetsArgs>>? = null, val browsers: Output<Map<String, PagesProjectDeploymentConfigsProductionBrowsersArgs>>? = null, val compatibilityDate: Output<String>? = null, val compatibilityFlags: Output<List<String>>? = null, val d1Databases: Output<Map<String, PagesProjectDeploymentConfigsProductionD1DatabasesArgs>>? = null, val durableObjectNamespaces: Output<Map<String, PagesProjectDeploymentConfigsProductionDurableObjectNamespacesArgs>>? = null, val envVars: Output<Map<String, PagesProjectDeploymentConfigsProductionEnvVarsArgs>>? = null, val hyperdriveBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionHyperdriveBindingsArgs>>? = null, val kvNamespaces: Output<Map<String, PagesProjectDeploymentConfigsProductionKvNamespacesArgs>>? = null, val mtlsCertificates: Output<Map<String, PagesProjectDeploymentConfigsProductionMtlsCertificatesArgs>>? = null, val placement: Output<PagesProjectDeploymentConfigsProductionPlacementArgs>? = null, val queueProducers: Output<Map<String, PagesProjectDeploymentConfigsProductionQueueProducersArgs>>? = null, val r2Buckets: Output<Map<String, PagesProjectDeploymentConfigsProductionR2BucketsArgs>>? = null, val services: Output<Map<String, PagesProjectDeploymentConfigsProductionServicesArgs>>? = null, val vectorizeBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionVectorizeBindingsArgs>>? = null) : ConvertibleToJava<PagesProjectDeploymentConfigsProductionArgs>
Constructors
Link copied to clipboard
constructor(aiBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionAiBindingsArgs>>? = null, analyticsEngineDatasets: Output<Map<String, PagesProjectDeploymentConfigsProductionAnalyticsEngineDatasetsArgs>>? = null, browsers: Output<Map<String, PagesProjectDeploymentConfigsProductionBrowsersArgs>>? = null, compatibilityDate: Output<String>? = null, compatibilityFlags: Output<List<String>>? = null, d1Databases: Output<Map<String, PagesProjectDeploymentConfigsProductionD1DatabasesArgs>>? = null, durableObjectNamespaces: Output<Map<String, PagesProjectDeploymentConfigsProductionDurableObjectNamespacesArgs>>? = null, envVars: Output<Map<String, PagesProjectDeploymentConfigsProductionEnvVarsArgs>>? = null, hyperdriveBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionHyperdriveBindingsArgs>>? = null, kvNamespaces: Output<Map<String, PagesProjectDeploymentConfigsProductionKvNamespacesArgs>>? = null, mtlsCertificates: Output<Map<String, PagesProjectDeploymentConfigsProductionMtlsCertificatesArgs>>? = null, placement: Output<PagesProjectDeploymentConfigsProductionPlacementArgs>? = null, queueProducers: Output<Map<String, PagesProjectDeploymentConfigsProductionQueueProducersArgs>>? = null, r2Buckets: Output<Map<String, PagesProjectDeploymentConfigsProductionR2BucketsArgs>>? = null, services: Output<Map<String, PagesProjectDeploymentConfigsProductionServicesArgs>>? = null, vectorizeBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionVectorizeBindingsArgs>>? = null)
Properties
Link copied to clipboard
Constellation bindings used for Pages Functions.
Link copied to clipboard
val analyticsEngineDatasets: Output<Map<String, PagesProjectDeploymentConfigsProductionAnalyticsEngineDatasetsArgs>>? = null
Analytics Engine bindings used for Pages Functions.
Link copied to clipboard
Browser bindings used for Pages Functions.
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: Output<Map<String, PagesProjectDeploymentConfigsProductionD1DatabasesArgs>>? = null
D1 databases used for Pages Functions.
Link copied to clipboard
val durableObjectNamespaces: Output<Map<String, PagesProjectDeploymentConfigsProductionDurableObjectNamespacesArgs>>? = null
Durable Object namespaces used for Pages Functions.
Link copied to clipboard
Environment variables used for builds and Pages Functions.
Link copied to clipboard
val hyperdriveBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionHyperdriveBindingsArgs>>? = null
Hyperdrive bindings used for Pages Functions.
Link copied to clipboard
val kvNamespaces: Output<Map<String, PagesProjectDeploymentConfigsProductionKvNamespacesArgs>>? = null
KV namespaces used for Pages Functions.
Link copied to clipboard
val mtlsCertificates: Output<Map<String, PagesProjectDeploymentConfigsProductionMtlsCertificatesArgs>>? = null
mTLS bindings used for Pages Functions.
Link copied to clipboard
Placement setting used for Pages Functions.
Link copied to clipboard
val queueProducers: Output<Map<String, PagesProjectDeploymentConfigsProductionQueueProducersArgs>>? = null
Queue Producer bindings used for Pages Functions.
Link copied to clipboard
R2 buckets used for Pages Functions.
Link copied to clipboard
Services used for Pages Functions.
Link copied to clipboard
val vectorizeBindings: Output<Map<String, PagesProjectDeploymentConfigsProductionVectorizeBindingsArgs>>? = null
Vectorize bindings used for Pages Functions.