Sharedflow Deployment Args
data class SharedflowDeploymentArgs(val environment: Output<String>? = null, val orgId: Output<String>? = null, val revision: Output<String>? = null, val serviceAccount: Output<String>? = null, val sharedflowId: Output<String>? = null) : ConvertibleToJava<SharedflowDeploymentArgs>
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:
organizations/{{org_id}}/environments/{{environment}}/sharedflows/{{sharedflow_id}}/revisions/{{revision}}/deployments/{{name}}
{{org_id}}/{{environment}}/{{sharedflow_id}}/{{revision}}/{{name}}
When using thepulumi import
command, SharedflowDeployment can be imported using one of the formats above. For example:
$ 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
Constructors
Properties
Link copied to clipboard
The resource ID of the environment.
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.