PipelineActivityArgs

data class PipelineActivityArgs(val addAttributes: Output<PipelineAddAttributesArgs>? = null, val channel: Output<PipelineChannelArgs>? = null, val datastore: Output<PipelineDatastoreArgs>? = null, val deviceRegistryEnrich: Output<PipelineDeviceRegistryEnrichArgs>? = null, val deviceShadowEnrich: Output<PipelineDeviceShadowEnrichArgs>? = null, val filter: Output<PipelineFilterArgs>? = null, val lambda: Output<PipelineLambdaArgs>? = null, val math: Output<PipelineMathArgs>? = null, val removeAttributes: Output<PipelineRemoveAttributesArgs>? = null, val selectAttributes: Output<PipelineSelectAttributesArgs>? = null) : ConvertibleToJava<PipelineActivityArgs>

Constructors

Link copied to clipboard
fun PipelineActivityArgs(addAttributes: Output<PipelineAddAttributesArgs>? = null, channel: Output<PipelineChannelArgs>? = null, datastore: Output<PipelineDatastoreArgs>? = null, deviceRegistryEnrich: Output<PipelineDeviceRegistryEnrichArgs>? = null, deviceShadowEnrich: Output<PipelineDeviceShadowEnrichArgs>? = null, filter: Output<PipelineFilterArgs>? = null, lambda: Output<PipelineLambdaArgs>? = null, math: Output<PipelineMathArgs>? = null, removeAttributes: Output<PipelineRemoveAttributesArgs>? = null, selectAttributes: Output<PipelineSelectAttributesArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PipelineActivityArgs

Properties

Link copied to clipboard
Link copied to clipboard
val channel: Output<PipelineChannelArgs>? = null
Link copied to clipboard
val datastore: Output<PipelineDatastoreArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val filter: Output<PipelineFilterArgs>? = null
Link copied to clipboard
val lambda: Output<PipelineLambdaArgs>? = null
Link copied to clipboard
val math: Output<PipelineMathArgs>? = null
Link copied to clipboard
Link copied to clipboard