service Bindings
suspend fun serviceBindings(value: Output<List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>)
suspend fun serviceBindings(value: List<PagesProjectDeploymentConfigsProductionServiceBindingArgs>?)
Parameters
value
Services used for Pages Functions.
suspend fun serviceBindings(vararg values: Output<PagesProjectDeploymentConfigsProductionServiceBindingArgs>)
suspend fun serviceBindings(values: List<Output<PagesProjectDeploymentConfigsProductionServiceBindingArgs>>)
suspend fun serviceBindings(vararg values: PagesProjectDeploymentConfigsProductionServiceBindingArgs)
Parameters
values
Services used for Pages Functions.
suspend fun serviceBindings(argument: List<suspend PagesProjectDeploymentConfigsProductionServiceBindingArgsBuilder.() -> Unit>)
suspend fun serviceBindings(vararg argument: suspend PagesProjectDeploymentConfigsProductionServiceBindingArgsBuilder.() -> Unit)
suspend fun serviceBindings(argument: suspend PagesProjectDeploymentConfigsProductionServiceBindingArgsBuilder.() -> Unit)
Parameters
argument
Services used for Pages Functions.