DeployedResource represents a single deployed GCP resource.
| JSON representation |
|---|
{ "resourceId": string, "project": string, "location": string } |
| Fields | |
|---|---|
resourceId |
Required. The full resource name of the deployed GCP resource. Example: projects/my-project/locations/us-central1-a/instances/my-instance |
project |
Optional. The project ID of the deployed resource. |
location |
Optional. The location of the deployed resource. |