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.
See https://www.paws-r-sdk.com/docs/ec2_create_transit_gateway_peering_attachment/ for full documentation.
ec2_create_transit_gateway_peering_attachment(
TransitGatewayId,
PeerTransitGatewayId,
PeerAccountId,
PeerRegion,
Options = NULL,
TagSpecifications = NULL,
DryRun = NULL
)
[required] The ID of the transit gateway.
[required] The ID of the peer transit gateway with which to create the peering attachment.
[required] The ID of the Amazon Web Services account that owns the peer transit gateway.
[required] The Region where the peer transit gateway is located.
Requests a transit gateway peering attachment.
The tags to apply to the transit gateway peering attachment.
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
.