Sharedflow Args
data class SharedflowArgs(val action: Output<String>? = null, val contentType: Output<String>? = null, val data: Output<String>? = null, val extensions: Output<List<Map<String, String>>>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null) : ConvertibleToJava<SharedflowArgs>
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.