FlexibleAppVersionDeploymentContainerArgs

data class FlexibleAppVersionDeploymentContainerArgs(val image: Output<String>) : ConvertibleToJava<FlexibleAppVersionDeploymentContainerArgs>

Constructors

constructor(image: Output<String>)

Properties

Link copied to clipboard
val image: Output<String>

URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"

Functions

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