Module Values_1.PeeringTgwInfoSource

Information about the transit gateway in the peering attachment.

Sourcetype nonrec t = {
  1. transitGatewayId : Values_0.String_.t option;
    (*

    The ID of the transit gateway.

    *)
  2. coreNetworkId : Values_0.String_.t option;
    (*

    The ID of the core network where the transit gateway peer is located.

    *)
  3. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the transit gateway.

    *)
  4. region : Values_0.String_.t option;
    (*

    The Region of the transit gateway.

    *)
}
Sourceval make : ?transitGatewayId:??? -> ?coreNetworkId:??? -> ?ownerId:??? -> ?region:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t