{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-transitgatewaymulticastgroupsource.json",
  "title": "AWSEC2TransitGatewayMulticastGroupSourceProperties",
  "description": "The AWS::EC2::TransitGatewayMulticastGroupSource registers and deregisters members and sources (network interfaces) with the transit gateway multicast group. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-transitgatewaymulticastdomain/aws-ec2-transitgatewaymulticastgroupsource>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-transitgatewaymulticastgroupsource.json",
    "sourceSha256": "d8b3db49dd4aa00fb7444f6f7ef42a715c5d2557463a7967e7ddd412abf495e4"
  },
  "type": "object",
  "properties": {
    "GroupIpAddress": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The IP address assigned to the transit gateway multicast group."
    },
    "TransitGatewayMulticastDomainId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the transit gateway multicast domain."
    },
    "NetworkInterfaceId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the transit gateway attachment."
    }
  },
  "typeName": "AWS::EC2::TransitGatewayMulticastGroupSource",
  "primaryIdentifier": [
    "/properties/TransitGatewayMulticastDomainId",
    "/properties/GroupIpAddress",
    "/properties/NetworkInterfaceId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-transitgatewaymulticastdomain/aws-ec2-transitgatewaymulticastgroupsource",
  "createOnlyProperties": [
    "/properties/TransitGatewayMulticastDomainId",
    "/properties/GroupIpAddress",
    "/properties/NetworkInterfaceId"
  ],
  "required": [
    "TransitGatewayMulticastDomainId",
    "NetworkInterfaceId",
    "GroupIpAddress"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/SubnetId",
    "/properties/ResourceId",
    "/properties/ResourceType",
    "/properties/GroupSource",
    "/properties/GroupMember",
    "/properties/MemberType",
    "/properties/SourceType",
    "/properties/TransitGatewayAttachmentId"
  ]
}
