GET
/
apis
/
cloud.streamnative.io
/
v1alpha1
/
namespaces
/
{namespace}
/
cloudconnections
/
{name}
{
  "apiVersion": "<string>",
  "kind": "<string>",
  "metadata": {
    "annotations": {},
    "clusterName": "<string>",
    "creationTimestamp": "2023-11-07T05:31:56Z",
    "deletionGracePeriodSeconds": 123,
    "deletionTimestamp": "2023-11-07T05:31:56Z",
    "finalizers": [
      ""
    ],
    "generateName": "<string>",
    "generation": 123,
    "labels": {},
    "managedFields": [
      {
        "apiVersion": "<string>",
        "fieldsType": "<string>",
        "fieldsV1": {},
        "manager": "<string>",
        "operation": "<string>",
        "subresource": "<string>",
        "time": "2023-11-07T05:31:56Z"
      }
    ],
    "name": "<string>",
    "namespace": "<string>",
    "ownerReferences": [
      {
        "apiVersion": "",
        "blockOwnerDeletion": true,
        "controller": true,
        "kind": "",
        "name": "",
        "uid": ""
      }
    ],
    "resourceVersion": "<string>",
    "selfLink": "<string>",
    "uid": "<string>"
  },
  "spec": {
    "aws": {
      "accountId": ""
    },
    "azure": {
      "clientId": "",
      "subscriptionId": "",
      "supportClientId": "",
      "tenantId": ""
    },
    "gcp": {
      "projectId": ""
    },
    "type": ""
  },
  "status": {
    "availableLocations": [
      {
        "region": "",
        "zones": [
          ""
        ]
      }
    ],
    "awsPolicyVersion": "<string>",
    "conditions": [
      {
        "lastTransitionTime": "2023-11-07T05:31:56Z",
        "message": "<string>",
        "observedGeneration": 123,
        "reason": "<string>",
        "status": "",
        "type": ""
      }
    ]
  }
}

Path Parameters

name
string
required

name of the CloudConnection

namespace
string
required

object name and auth scope, such as for teams and projects

Query Parameters

pretty
string

If 'true', then the output is pretty printed.

Response

200
application/json

OK

CloudConnection represents a connection to the customer's cloud environment Currently, this object only is used to serve as an inventory of customer connections and make sure that they remain valid. In the future, we might consider this object to be used by other objects, but existing APIs already take care of that

Other internal options are defined in the CloudConnectionBackendConfig type which is the "companion" CRD to this user facing API