Amazon App Runner · Schema

OperationSummary

Provides summary information for an operation that occurred on an App Runner service.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Id object
Type object
Status object
TargetArn object
StartedAt object
EndedAt object
UpdatedAt object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-operationsummary-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OperationSummary",
  "description": "Provides summary information for an operation that occurred on an App Runner service.",
  "type": "object",
  "properties": {
    "Id": {},
    "Type": {},
    "Status": {},
    "TargetArn": {},
    "StartedAt": {},
    "EndedAt": {},
    "UpdatedAt": {}
  }
}