DeploymentTypeArgs

data class DeploymentTypeArgs(val appSourceUri: Output<String>? = null, val languageRuntime: Output<Either<String, LanguageRuntime>>? = null) : ConvertibleToJava<DeploymentTypeArgs>

Object representing DeploymentType for Managed CCF.

Constructors

Link copied to clipboard
constructor(appSourceUri: Output<String>? = null, languageRuntime: Output<Either<String, LanguageRuntime>>? = null)

Properties

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

Source Uri containing ManagedCCF code

Link copied to clipboard
val languageRuntime: Output<Either<String, LanguageRuntime>>? = null

Unique name for the Managed CCF.

Functions

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