Sharedflow Args
data class SharedflowArgs(val configBundle: Output<String>? = null, val detectMd5hash: Output<String>? = null, val name: Output<String>? = null, val orgId: Output<String>? = null) : ConvertibleToJava<SharedflowArgs>
You can combine policies and resources into a shared flow that you can consume from multiple API proxies, and even from other shared flows. Although it's like a proxy, a shared flow has no endpoint. It can be used only from an API proxy or shared flow that's in the same organization as the shared flow itself. To get more information about SharedFlow, see:
How-to Guides
Import
SharedFlow can be imported using any of these accepted formats
$ pulumi import gcp:apigee/sharedflow:Sharedflow default {{org_id}}/sharedflows/{{name}}
Content copied to clipboard
$ pulumi import gcp:apigee/sharedflow:Sharedflow default {{org_id}}/{{name}}
Content copied to clipboard