Sharedflow

class Sharedflow : KotlinCustomResource

Uploads a ZIP-formatted shared flow configuration bundle to an organization. If the shared flow already exists, this creates a new revision of it. If the shared flow does not exist, this creates it. Once imported, the shared flow revision must be deployed before it can be accessed at runtime. The size limit of a shared flow bundle is 15 MB.

Properties

Link copied to clipboard
val action: Output<String>

Required. Must be set to either import or validate.

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

Metadata describing the shared flow.

Link copied to clipboard
val name: Output<String>

Required. The name to give the shared flow

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

A list of revisions of this shared flow.

Link copied to clipboard
val urn: Output<String>