{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ses-receiptruleset.json",
  "title": "AWSSESReceiptRuleSetProperties",
  "description": "Resource Type definition for AWS::SES::ReceiptRuleSet. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ses-receiptruleset.json",
    "sourceSha256": "3050804bfe0229572bcd4ce82e129179a74e7f4a09be5735aa1b81a289af4b06"
  },
  "type": "object",
  "properties": {
    "RuleSetName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::SES::ReceiptRuleSet",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "createOnlyProperties": [
    "/properties/RuleSetName"
  ]
}
