toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kinesisfirehose.kotlin.outputs
/
DeliveryStreamProcessingConfiguration
Delivery
Stream
Processing
Configuration
data
class
DeliveryStreamProcessingConfiguration
(
val
enabled
:
Boolean
?
=
null
,
val
processors
:
List
<
DeliveryStreamProcessor
>
?
=
null
)
Members
Constructors
Delivery
Stream
Processing
Configuration
Link copied to clipboard
constructor
(
enabled
:
Boolean
?
=
null
,
processors
:
List
<
DeliveryStreamProcessor
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
=
null
Indicates whether data processing is enabled (true) or disabled (false).
processors
Link copied to clipboard
val
processors
:
List
<
DeliveryStreamProcessor
>
?
=
null
The data processors.