Module Values_7.CreateTransitGatewayPeeringAttachmentRequestSource

Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.

Sourcetype nonrec t = {
  1. transitGatewayId : Values_1.TransitGatewayId.t;
    (*

    The ID of the transit gateway.

    *)
  2. peerTransitGatewayId : Values_4.TransitAssociationGatewayId.t;
    (*

    The ID of the peer transit gateway with which to create the peering attachment.

    *)
  3. peerAccountId : Values_0.String_.t;
    (*

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

    *)
  4. peerRegion : Values_0.String_.t;
    (*

    The Region where the peer transit gateway is located.

    *)
  5. options : Values_4.CreateTransitGatewayPeeringAttachmentRequestOptions.t option;
    (*

    Requests a transit gateway peering attachment.

    *)
  6. tagSpecifications : Values_0.TagSpecificationList.t option;
    (*

    The tags to apply to the transit gateway peering attachment.

    *)
  7. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval context_ : string
Sourceval make : ?options:??? -> ?tagSpecifications:??? -> ?dryRun:??? -> transitGatewayId:Values_1.TransitGatewayId.t -> peerTransitGatewayId:Values_4.TransitAssociationGatewayId.t -> peerAccountId:Values_0.String_.t -> peerRegion:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ] list | `String of Values_1.TransitGatewayId.t | `Structure of (string * [> `Enum of string ]) list ]) 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