AppHostingBuildSourceArgs

data class AppHostingBuildSourceArgs(val codebase: Output<AppHostingBuildSourceCodebaseArgs>? = null, val container: Output<AppHostingBuildSourceContainerArgs>? = null) : ConvertibleToJava<AppHostingBuildSourceArgs>

Constructors

Link copied to clipboard
constructor(codebase: Output<AppHostingBuildSourceCodebaseArgs>? = null, container: Output<AppHostingBuildSourceContainerArgs>? = null)

Properties

Link copied to clipboard

A codebase source, representing the state of the codebase that the build will be created at. Structure is documented below.

Link copied to clipboard

The URI of an Artifact Registry [container

Functions

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