Amazon App Runner · JSON Structure

Amazon App Runner Service Structure

Type: record Properties: 0
CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Service is a JSON Structure definition published by Amazon App Runner. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Service",
  "type": "record",
  "fields": [
    {
      "name": "ServiceName",
      "type": "string"
    },
    {
      "name": "ServiceId",
      "type": "string"
    },
    {
      "name": "ServiceArn",
      "type": "string"
    },
    {
      "name": "ServiceUrl",
      "type": "string"
    },
    {
      "name": "CreatedAt",
      "type": "string"
    },
    {
      "name": "UpdatedAt",
      "type": "string"
    },
    {
      "name": "DeletedAt",
      "type": "string"
    },
    {
      "name": "Status",
      "type": "string"
    },
    {
      "name": "SourceConfiguration",
      "type": "string"
    },
    {
      "name": "InstanceConfiguration",
      "type": "string"
    },
    {
      "name": "EncryptionConfiguration",
      "type": "string"
    },
    {
      "name": "HealthCheckConfiguration",
      "type": "string"
    },
    {
      "name": "AutoScalingConfigurationSummary",
      "type": "string"
    },
    {
      "name": "NetworkConfiguration",
      "type": "string"
    },
    {
      "name": "ObservabilityConfiguration",
      "type": "string"
    }
  ]
}