Processor Args
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.
Properties
Link copied to clipboard
The time the processor was created.
Link copied to clipboard
The default processor version.
Link copied to clipboard
The display name of the processor.
Link copied to clipboard
The KMS key used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management.