{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-transitgatewaymulticastdomainassociation.json",
  "title": "AWSEC2TransitGatewayMulticastDomainAssociationProperties",
  "description": "The AWS::EC2::TransitGatewayMulticastDomainAssociation type. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-myservice>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-transitgatewaymulticastdomainassociation.json",
    "sourceSha256": "00719f8b756ba3995f46732ea6f97f1347475df54b070f35b14d640b03afde39"
  },
  "type": "object",
  "properties": {
    "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."
    },
    "TransitGatewayAttachmentId": {
      "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."
    },
    "SubnetId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The IDs of the subnets to associate with the transit gateway multicast domain."
    }
  },
  "typeName": "AWS::EC2::TransitGatewayMulticastDomainAssociation",
  "primaryIdentifier": [
    "/properties/TransitGatewayMulticastDomainId",
    "/properties/TransitGatewayAttachmentId",
    "/properties/SubnetId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-myservice",
  "createOnlyProperties": [
    "/properties/TransitGatewayMulticastDomainId",
    "/properties/TransitGatewayAttachmentId",
    "/properties/SubnetId"
  ],
  "required": [
    "TransitGatewayMulticastDomainId",
    "TransitGatewayAttachmentId",
    "SubnetId"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/ResourceId",
    "/properties/ResourceType",
    "/properties/State"
  ]
}
