AppHostingBuildSource

data class AppHostingBuildSource(val codebase: AppHostingBuildSourceCodebase? = null, val container: AppHostingBuildSourceContainer? = null)

Constructors

Link copied to clipboard
constructor(codebase: AppHostingBuildSourceCodebase? = null, container: AppHostingBuildSourceContainer? = null)

Types

Link copied to clipboard
object Companion

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