Module NetworkManager.TransitGatewayPeering

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewaypeering.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. core_network_id : string;
  2. transit_gateway_arn : string;
  3. tags : tag list option;
}

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

val make_properties : core_network_id:string -> transit_gateway_arn:string -> ?tags:tag list -> 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. resource_arn : string;
  3. peering_type : string;
  4. state : string;
  5. created_at : string;
  6. peering_id : string;
  7. transit_gateway_peering_attachment_id : string;
  8. owner_account_id : string;
  9. core_network_arn : string;
  10. edge_location : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string