{ "$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": {} } }