PagesProjectDeploymentConfigsPreviewServiceBindingArgs

data class PagesProjectDeploymentConfigsPreviewServiceBindingArgs(val environment: Output<String>? = null, val name: Output<String>, val service: Output<String>) : ConvertibleToJava<PagesProjectDeploymentConfigsPreviewServiceBindingArgs>

Constructors

constructor(environment: Output<String>? = null, name: Output<String>, service: Output<String>)

Properties

Link copied to clipboard
val environment: Output<String>? = null
Link copied to clipboard
val name: Output<String>

Name of the project. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val service: Output<String>

Functions

Link copied to clipboard
open override fun toJava(): PagesProjectDeploymentConfigsPreviewServiceBindingArgs