Values_0.TransitGatewayAttachmentBgpConfigurationSourceThe BGP configuration information.
type nonrec t = {transitGatewayAsn : Long.t option;The transit gateway Autonomous System Number (ASN).
*)peerAsn : Long.t option;The peer Autonomous System Number (ASN).
*)transitGatewayAddress : String_.t option;The interior BGP peer IP address for the transit gateway.
*)peerAddress : String_.t option;The interior BGP peer IP address for the appliance.
*)bgpStatus : BgpStatus.t option;The BGP status.
*)}