Version
Index
Properties
apply_env_vars_to_build
build_tag
The tag name to apply to a successful build of this version.
env_vars
Environment variables for the version.
git_repo_url
URL of the Git repository to clone the source code from. Applies when the sourceType is GIT_REPO.
github_gist_url
URL of the GitHub Gist to clone the source code from. Applies when the sourceType is GITHUB_GIST.
model_config
source_files
Applies when the sourceType is SOURCE_FILES. Represents the Actor's file structure as an array of files and folders.
source_type
Where the source code of the version lives.
tarball_url
URL to download the source code from as a tarball or ZIP file. Applies when the sourceType is TARBALL.
version_number
The version number of the Actor. Must be a dot-separated sequence of numbers.
Whether to inject the environment variables at build time.