Create a Cloud Connect attachment via Transit Gateway

Creates a Transit Gateway breakout towards the customer AWS account. After the creation the following steps have to be made from the customer's AWS account: 1. Accept the resource share about the 'CloudConnect' TransitGateway 2. Create a Transit Gateway Attachment to the own VPC with the services to connect to More Information about this can be found on the Cloud Connect Knowledge Base article.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Request

This endpoint expects an object.
typeenumRequired
Allowed values:
namestringRequired
vpc_cidrlist of stringsRequired
regionstringRequired
the region that this attachment should be established to
aws_account_idstringRequiredformat: "^\d{12}$"

12-digit identifier of the own AWS Account

descriptionstringOptional

Response

Response to a POST that results in a creation, usually will return a Location header pointing to the location of the new resource

Errors