{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-redshift-clustersecuritygroupingress.json",
  "title": "AWSRedshiftClusterSecurityGroupIngressProperties",
  "description": "Resource Type definition for AWS::Redshift::ClusterSecurityGroupIngress. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-redshift-clustersecuritygroupingress.json",
    "sourceSha256": "61ddd7d7612af363596940b62ffc24d54d8f048d4f5914ab5df2429dae0e0e7c"
  },
  "type": "object",
  "properties": {
    "CIDRIP": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ClusterSecurityGroupName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "EC2SecurityGroupName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "EC2SecurityGroupOwnerId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Redshift::ClusterSecurityGroupIngress",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "ClusterSecurityGroupName"
  ],
  "createOnlyProperties": [
    "/properties/ClusterSecurityGroupName",
    "/properties/CIDRIP",
    "/properties/EC2SecurityGroupOwnerId",
    "/properties/EC2SecurityGroupName"
  ]
}
