Amazon App Runner · Schema

CodeConfiguration

Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConfigurationSource object
CodeConfigurationValues object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-codeconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CodeConfiguration",
  "description": "Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.",
  "type": "object",
  "properties": {
    "ConfigurationSource": {},
    "CodeConfigurationValues": {}
  },
  "required": [
    "ConfigurationSource"
  ]
}