Skip to main content

Share AWS cloud connection

API to share the cloud connection for Cross-Account resilience.

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudConnectionId int64 required

    AWS cloud connection ID.

Request Body required
  • targetCloudConnectionId int64 required

    ID of AWS cloud connection to be shared for Cross-Account resilience.

Responses

Created


Schema
  • sharedCloudConnectionId int64

    ID of the shared cloud connection used to cross-account resilience.

  • createdAt date-time

    The time when the Cloud connection was shared.

  • sourceCloudConnectionId int64

    ID of the source cloud connection.

Loading...