Package-level declarations

Types

Link copied to clipboard
class Processor : KotlinCustomResource

Creates a processor from the ProcessorType provided. The processor will be at ENABLED state by default after its creation. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class ProcessorArgs(val createTime: Output<String>? = null, val defaultProcessorVersion: Output<String>? = null, val displayName: Output<String>? = null, val kmsKeyName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ProcessorArgs>

Creates a processor from the ProcessorType provided. The processor will be at ENABLED state by default after its creation. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
object ProcessorMapper : ResourceMapper<Processor>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun processor(name: String, block: suspend ProcessorResourceBuilder.() -> Unit): Processor