{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apprunner-observabilityconfiguration.json",
  "title": "AWSAppRunnerObservabilityConfigurationProperties",
  "description": "The AWS::AppRunner::ObservabilityConfiguration resource  is an AWS App Runner resource type that specifies an App Runner observability configuration. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apprunner.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apprunner-observabilityconfiguration.json",
    "sourceSha256": "916c1dff2b5eedc1f25967f449f9a21caee8cc67fcc3953fe3994d1fe1b3ac2f"
  },
  "type": "object",
  "properties": {
    "ObservabilityConfigurationName": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 4,
          "maxLength": 32,
          "pattern": "[A-Za-z0-9][A-Za-z0-9\\-_]{3,31}"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A name for the observability configuration. When you use it for the first time in an AWS Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration."
    },
    "TraceConfiguration": {
      "description": "The configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing.",
      "$ref": "#/$defs/TraceConfiguration"
    },
    "Tags": {
      "description": "A list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair.",
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::AppRunner::ObservabilityConfiguration",
  "primaryIdentifier": [
    "/properties/ObservabilityConfigurationArn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apprunner.git",
  "additionalProperties": false,
  "writeOnlyProperties": [
    "/properties/Tags"
  ],
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false,
    "tagProperty": "/properties/Tags"
  },
  "$defs": {
    "TraceConfiguration": {
      "description": "Describes the configuration of the tracing feature within an AWS App Runner observability configuration.",
      "type": "object",
      "properties": {
        "Vendor": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "AWSXRAY"
              ]
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The implementation provider chosen for tracing App Runner services."
        }
      },
      "required": [
        "Vendor"
      ],
      "title": "AWSAppRunnerObservabilityConfigurationTraceConfigurationDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSAppRunnerObservabilityConfigurationTagDefinition",
      "additionalProperties": false
    }
  },
  "required": [],
  "createOnlyProperties": [
    "/properties/ObservabilityConfigurationName",
    "/properties/TraceConfiguration",
    "/properties/Tags"
  ],
  "readOnlyProperties": [
    "/properties/ObservabilityConfigurationArn",
    "/properties/ObservabilityConfigurationRevision",
    "/properties/Latest"
  ]
}
