PagesProjectDeploymentConfigsPreviewServicesArgs

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

Constructors

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

Properties

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

The entrypoint to bind to.

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

The Service environment.

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

The Service name.

Functions

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