ImageConfiguration

Describes the configuration that App Runner uses to run an App Runner service using an image pulled from a source image repository.

Types

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

Properties

Link copied to clipboard
val port: String?

The port that your application listens to in the container.

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

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

Link copied to clipboard

An optional command that App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.

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