Amazon App Runner · Schema

InstanceConfiguration

Describes the runtime configuration of an App Runner service instance (scaling unit).

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Cpu object
Memory object
InstanceRoleArn object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-instanceconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InstanceConfiguration",
  "description": "Describes the runtime configuration of an App Runner service instance (scaling unit).",
  "type": "object",
  "properties": {
    "Cpu": {},
    "Memory": {},
    "InstanceRoleArn": {}
  }
}