Sharedflow

class Sharedflow : KotlinCustomResource

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:

Import

SharedFlow can be imported using any of these accepted formats

$ pulumi import gcp:apigee/sharedflow:Sharedflow default {{org_id}}/sharedflows/{{name}}
$ pulumi import gcp:apigee/sharedflow:Sharedflow default {{org_id}}/{{name}}

Properties

Link copied to clipboard
val configBundle: Output<String>

Path to the config zip bundle.

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

A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash will trigger an update.

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

The id of the most recently created revision for this shared flow.

Link copied to clipboard
val md5hash: Output<String>

(Computed) Base 64 MD5 hash of the uploaded data. It is speculative as remote does not return hash of the bundle. Remote changes are detected using returned last_modified timestamp.

Link copied to clipboard

Metadata describing the shared flow. Structure is documented below.

Link copied to clipboard
val name: Output<String>

The ID of the shared flow.

Link copied to clipboard
val orgId: Output<String>

The Apigee Organization name associated with the Apigee instance.

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

A list of revisions of this shared flow.

Link copied to clipboard
val urn: Output<String>