SharedflowDeployment

class SharedflowDeployment : KotlinCustomResource

Deploys a revision of a sharedflow. To get more information about SharedflowDeployment, see:

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 the pulumi 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}}
$ pulumi import gcp:apigee/sharedflowDeployment:SharedflowDeployment default {{org_id}}/{{environment}}/{{sharedflow_id}}/{{revision}}/{{name}}

Properties

Link copied to clipboard
val environment: Output<String>

The resource ID of the environment.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val orgId: Output<String>

The Apigee Organization associated with the Sharedflow

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val revision: Output<String>

Revision of the Sharedflow to be deployed.

Link copied to clipboard
val serviceAccount: Output<String>?

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
val sharedflowId: Output<String>

Id of the Sharedflow to be deployed.

Link copied to clipboard
val urn: Output<String>