Add an AWS account to the project PrivateLink share
post
/v2/projects/{ref}/private-link/associationsAdds an AWS account to the project's PrivateLink configuration and schedules the AWS resources to be created.
This endpoint is only available on the following plans:
- Team
- Enterprise
Path parameters
- refRequiredstring
Project ref
Body
- dataRequiredobject
Response codes
- 201
- 401
- 402
- 403
- 429
- 500
Response (201)
1{2 "data": {3 "type": "private_link_association",4 "id": "lorem",5 "attributes": {6 "aws_account_id": "000000000000",7 "account_name": "lorem",8 "status": "CREATING",9 "shared_at": "2021-12-31T23:34:00Z"10 }11 }12}