CreateConnectionRequest

Request message for CreateConnection.

JSON representation
{
  "parent": string,
  "connection": {
    object (Connection)
  }
}
Fields
parent

string

Required. Parent resource name.

The format of this value varies depending on the scope of the request (project or organization):

  • Projects scope: projects/PROJECT_ID/locations/LOCATION_ID
  • Organizations scope: organizations/ORG_ID/locations/LOCATION_ID
connection

object (Connection)

Required. The connection resource.