Sharedflow Deployment
Deploys a revision of a sharedflow. To get more information about SharedflowDeployment, see:
How-to Guides
Import
SharedflowDeployment can be imported using any of these accepted formats
$ pulumi import gcp:apigee/sharedflowDeployment:SharedflowDeployment default organizations/{{org_id}}/environments/{{environment}}/sharedflows/{{sharedflow_id}}/revisions/{{revision}}/deployments/{{name}}
Content copied to clipboard
$ pulumi import gcp:apigee/sharedflowDeployment:SharedflowDeployment default {{org_id}}/{{environment}}/{{sharedflow_id}}/{{revision}}/{{name}}
Content copied to clipboard
Properties
Link copied to clipboard
The resource ID of the environment.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be {ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com.
Link copied to clipboard
Id of the Sharedflow to be deployed.