CodeConfigurationValues

Describes the basic configuration needed for building and running an App Runner service. This type doesn't support the full set of possible configuration options. Fur full configuration capabilities, use a apprunner.yaml file in the source code repository.

Types

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

Properties

Link copied to clipboard

The command App Runner runs to build your application.

Link copied to clipboard
val port: String?

The port that your application listens to in the container.

Link copied to clipboard

A runtime environment type for building and running an App Runner service. It represents a programming language runtime.

Link copied to clipboard

An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.

Link copied to clipboard

The environment variables that are available to your running App Runner service. An array of key-value pairs.

Link copied to clipboard

The command App Runner runs to start your application.

Functions

Link copied to clipboard
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