{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-logs-logstream.json",
  "title": "AWSLogsLogStreamProperties",
  "description": "Resource Type definition for AWS::Logs::LogStream. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-logs-logstream.json",
    "sourceSha256": "2a0cc8bb433e0dcce522e20a29ebec6761ca31f7292d9d8c1fd7b33efe38ba95"
  },
  "type": "object",
  "properties": {
    "LogGroupName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the log group where the log stream is created."
    },
    "LogStreamName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the log stream. The name must be unique wihtin the log group."
    }
  },
  "typeName": "AWS::Logs::LogStream",
  "primaryIdentifier": [
    "/properties/LogGroupName",
    "/properties/LogStreamName"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/LogGroupName",
    "/properties/LogStreamName"
  ],
  "tagging": {
    "taggable": false
  },
  "required": [
    "LogGroupName"
  ]
}
