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
The fine-grained token must include the following permissions to access this endpoint:
- project_admin_write
Path parameters
- refRequiredstring
Project ref
Body
- dataRequiredobject
Response codes
- 201
- 401
- 402
- 403
- 429
- 500
Response (201)
{ "data": { "type": "private_link_association", "id": "lorem", "attributes": { "aws_account_id": "000000000000", "account_name": "lorem", "status": "CREATING", "shared_at": "4404-02-29T04:24Z", "database_type": "PRIMARY", "database_identifier": "lorem", "resource_access_manager_resource_config_id": "lorem", "resource_access_manager_resource_config_arn": "lorem", "resource_access_manager_share_arn": "lorem" } }}