{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-oam-sink.json",
  "title": "AWSOamSinkProperties",
  "description": "Resource Type definition for AWS::Oam::Sink. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-oam-sink.json",
    "sourceSha256": "4a41aa0a3c588f42f8a761e3bcf47630fe906aba914fd12ff8854606d3ae1af3"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^[a-zA-Z0-9_.-]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the ObservabilityAccessManager Sink."
    },
    "Policy": {
      "description": "The policy of this ObservabilityAccessManager Sink.",
      "type": "object"
    },
    "Tags": {
      "description": "Tags to apply to the sink",
      "type": "object",
      "additionalProperties": false,
      "patternProperties": {
        "^(?!aws:.*)[a-zA-Z0-9\\s\\_\\.\\/\\=\\+\\-]{1,128}$": {
          "type": "string",
          "description": "The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.",
          "pattern": "^(?!aws:.*)[a-zA-Z0-9\\s\\_\\.\\/\\=\\+\\-]{0,256}$",
          "minLength": 0,
          "maxLength": 256
        }
      }
    }
  },
  "typeName": "AWS::Oam::Sink",
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ],
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false
  },
  "required": [
    "Name"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
