DeployedResource

DeployedResource represents a single deployed GCP resource.

JSON representation
{
  "resourceId": string,
  "project": string,
  "location": string
}
Fields
resourceId

string

Required. The full resource name of the deployed GCP resource. Example: projects/my-project/locations/us-central1-a/instances/my-instance

project

string

Optional. The project ID of the deployed resource.

location

string

Optional. The location of the deployed resource.