Create a Cloud Connect attachment via IPSec VPN
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Request
Breakout type.
Use 2 for Static VPN or 3 for Dynamic VPN with BGP.
AWS region for the attachment (for example, eu-west-1).
Pre-shared key (PSK) for the VPN connection. If empty, AWS generates one automatically.
For Dynamic VPN only: /30 CIDR ranges for BGP tunnel interfaces (up to 3). If empty, AWS generates them automatically.
Response
Attachment created successfully.
The Location header contains the URL of the new resource.