Module EC2.TransitGatewayMulticastDomainAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html

type properties = {
  1. transit_gateway_multicast_domain_id : string;
  2. subnet_id : string;
  3. transit_gateway_attachment_id : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html;

val make_properties : transit_gateway_multicast_domain_id:string -> subnet_id:string -> transit_gateway_attachment_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. resource_id : string;
  3. state : string;
  4. resource_type : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string