Amazon App Runner · Schema

SourceCodeVersion

Identifies a version of code that App Runner refers to within a source code repository.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Type object
Value object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-sourcecodeversion-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SourceCodeVersion",
  "description": "Identifies a version of code that App Runner refers to within a source code repository.",
  "type": "object",
  "properties": {
    "Type": {},
    "Value": {}
  },
  "required": [
    "Type",
    "Value"
  ]
}