CodeConfiguration

Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The basic configuration for building and running the App Runner service. Use it to quickly launch an App Runner service without providing a apprunner.yaml file in the source code repository (or ignoring the file if it exists).

Link copied to clipboard

The source of the App Runner configuration. Values are interpreted as follows:

Functions

Link copied to clipboard
inline fun copy(block: CodeConfiguration.Builder.() -> Unit = {}): CodeConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String