Module EC2.TransitGatewayMulticastGroupSource

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

type properties = {
  1. transit_gateway_multicast_domain_id : string;
  2. network_interface_id : string;
  3. group_ip_address : string;
}

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

val make_properties : transit_gateway_multicast_domain_id:string -> network_interface_id:string -> group_ip_address: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. member_type : string;
  4. source_type : string;
  5. resource_type : string;
  6. subnet_id : string;
  7. transit_gateway_attachment_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string