GET /#Action=CreateTransitGatewayConnectPeer
Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.
The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
For more information, see Connect peers in the Transit Gateways Guide.
Servers
- https://ec2.{region}.amazonaws.com
- https://ec2.amazonaws.com
- https://ec2.{region}.amazonaws.com.cn
Request headers
Name | Type | Required | Description |
---|---|---|---|
X-Amz-Content-Sha256 |
String | No | |
X-Amz-Credential |
String | No | |
X-Amz-Date |
String | No | |
X-Amz-Algorithm |
String | No | |
X-Amz-SignedHeaders |
String | No | |
X-Amz-Security-Token |
String | No | |
X-Amz-Signature |
String | No |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
PeerAddress |
String | Yes |
The peer IP address (GRE outer IP address) on the appliance side of the Connect peer. |
Version |
String | Yes |
Possible values:
|
InsideCidrBlocks[] |
Array | Yes |
The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the |
BgpOptions |
Object | No |
The BGP options for the Connect peer. |
TransitGatewayAttachmentId |
String | Yes |
The ID of the Connect attachment. |
TransitGatewayAddress |
String | No |
The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block. |
TagSpecification[] |
Array | No |
The tags to apply to the Connect peer. |
DryRun |
Boolean | No |
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 |
Action |
String | Yes |
Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.