Amazon App Runner · Schema

SourceConfiguration

Describes the source deployed to an App Runner service. It can be a code or an image repository.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
CodeRepository object
ImageRepository object
AutoDeploymentsEnabled object
AuthenticationConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-sourceconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SourceConfiguration",
  "description": "Describes the source deployed to an App Runner service. It can be a code or an image repository.",
  "type": "object",
  "properties": {
    "CodeRepository": {},
    "ImageRepository": {},
    "AutoDeploymentsEnabled": {},
    "AuthenticationConfiguration": {}
  }
}