Module EC2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation

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

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. local_gateway_route_table_id : string;
  2. tags : tag list option;
  3. local_gateway_virtual_interface_group_id : string;
}

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

val make_properties : local_gateway_route_table_id:string -> ?tags:tag list -> local_gateway_virtual_interface_group_id:string -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. owner_id : string;
  3. local_gateway_id : string;
  4. state : string;
  5. local_gateway_route_table_virtual_interface_group_association_id : string;
  6. local_gateway_route_table_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string