Flexible App Version Deployment Args
data class FlexibleAppVersionDeploymentArgs(val cloudBuildOptions: Output<FlexibleAppVersionDeploymentCloudBuildOptionsArgs>? = null, val container: Output<FlexibleAppVersionDeploymentContainerArgs>? = null, val files: Output<List<FlexibleAppVersionDeploymentFileArgs>>? = null, val zip: Output<FlexibleAppVersionDeploymentZipArgs>? = null) : ConvertibleToJava<FlexibleAppVersionDeploymentArgs>
Constructors
Link copied to clipboard
constructor(cloudBuildOptions: Output<FlexibleAppVersionDeploymentCloudBuildOptionsArgs>? = null, container: Output<FlexibleAppVersionDeploymentContainerArgs>? = null, files: Output<List<FlexibleAppVersionDeploymentFileArgs>>? = null, zip: Output<FlexibleAppVersionDeploymentZipArgs>? = null)
Properties
Link copied to clipboard
Options for the build operations performed as a part of the version deployment. Only applicable when creating a version using source code directly. Structure is documented below.
Link copied to clipboard
The Docker image for the container that runs the version. Structure is documented below.
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.