Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter)
Source:R/ec2_operations.R
ec2_create_transit_gateway_peering_attachment.RdRequests 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.
Usage
ec2_create_transit_gateway_peering_attachment(
TransitGatewayId,
PeerTransitGatewayId,
PeerAccountId,
PeerRegion,
Options = NULL,
TagSpecifications = NULL,
DryRun = NULL
)Arguments
- TransitGatewayId
[required] The ID of the transit gateway.
- PeerTransitGatewayId
[required] The ID of the peer transit gateway with which to create the peering attachment.
- PeerAccountId
[required] The ID of the Amazon Web Services account that owns the peer transit gateway.
- PeerRegion
[required] The Region where the peer transit gateway is located.
- Options
Requests a transit gateway peering attachment.
The tags to apply to the transit gateway peering attachment.
- DryRun
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 isUnauthorizedOperation.