Amazon App Runner · Schema

ImageConfiguration

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

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
RuntimeEnvironmentVariables object
StartCommand object
Port object
RuntimeEnvironmentSecrets object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-imageconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ImageConfiguration",
  "description": "Describes the configuration that App Runner uses to run an App Runner service using an image pulled from a source image repository.",
  "type": "object",
  "properties": {
    "RuntimeEnvironmentVariables": {},
    "StartCommand": {},
    "Port": {},
    "RuntimeEnvironmentSecrets": {}
  }
}