toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.monitor.kotlin.outputs
/
ProcessorResponse
Processor
Response
data
class
ProcessorResponse
(
val
batch
:
BatchProcessorResponse
?
=
null
,
val
name
:
String
,
val
type
:
String
)
Processor Info.
Members
Constructors
Processor
Response
Link copied to clipboard
constructor
(
batch
:
BatchProcessorResponse
?
=
null
,
name
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
batch
Link copied to clipboard
val
batch
:
BatchProcessorResponse
?
=
null
Batch processor configurations.
name
Link copied to clipboard
val
name
:
String
The name of processor.
type
Link copied to clipboard
val
type
:
String
The type of processor.