Processor Feature Args
data class ProcessorFeatureArgs(val name: Output<Either<String, ProcessorFeatureName>>? = null, val value: Output<String>? = null) : ConvertibleToJava<ProcessorFeatureArgs>
Definition of ProcessorFeature
Constructors
Link copied to clipboard
constructor(name: Output<Either<String, ProcessorFeatureName>>? = null, value: Output<String>? = null)