{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-kinesis-streamconsumer.json",
  "title": "AWSKinesisStreamConsumerProperties",
  "description": "Resource Type definition for AWS::Kinesis::StreamConsumer. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-kinesis-streamconsumer.json",
    "sourceSha256": "4b0e2a5067aac484c61262e4008cc039c01dbd2b08c27064613d176758d27d34"
  },
  "type": "object",
  "properties": {
    "ConsumerName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "StreamARN": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Kinesis::StreamConsumer",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/ConsumerName",
    "/properties/StreamARN"
  ],
  "required": [
    "ConsumerName",
    "StreamARN"
  ],
  "readOnlyProperties": [
    "/properties/ConsumerStatus",
    "/properties/ConsumerARN",
    "/properties/ConsumerCreationTimestamp",
    "/properties/Id"
  ]
}
