ImageConfiguration
class ImageConfiguration
Describes the configuration that App Runner uses to run an App Runner service using an image pulled from a source image repository.
Types
Properties
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.