{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-transitgatewaymulticastgroupmember.json",
  "title": "AWSEC2TransitGatewayMulticastGroupMemberProperties",
  "description": "The AWS::EC2::TransitGatewayMulticastGroupMember 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-transitgatewaymulticastgroupmember.json",
    "sourceSha256": "ed080bd8d0deccefd2cf7e8d9987843599cd0459d474c96fdafd42df5b49f22f"
  },
  "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::TransitGatewayMulticastGroupMember",
  "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": [
    "GroupIpAddress",
    "NetworkInterfaceId",
    "TransitGatewayMulticastDomainId"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/SubnetId",
    "/properties/ResourceId",
    "/properties/ResourceType",
    "/properties/GroupSource",
    "/properties/GroupMember",
    "/properties/MemberType",
    "/properties/SourceType",
    "/properties/TransitGatewayAttachmentId"
  ]
}
