DeploymentSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for a value sourced from a Deployment.
Attributes |
|
|---|---|
| Name | Description |
deployment |
str
Required. The resource name of the source Deployment to import the output from. Format: projects/{project}/locations/{location}/deployments/{deployment} The source deployment must be in the same project and location. |
output_name |
str
Required. The name of the output variable in the source deployment's latest successfully applied revision. |