StandardAppVersionDeploymentArgs

data class StandardAppVersionDeploymentArgs(val files: Output<List<StandardAppVersionDeploymentFileArgs>>? = null, val zip: Output<StandardAppVersionDeploymentZipArgs>? = null) : ConvertibleToJava<StandardAppVersionDeploymentArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. Structure is documented below.

Link copied to clipboard

Zip File Structure is documented below.