Builder

class Builder

Properties

Link copied to clipboard

The command App Runner runs to build your application.

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