Pipeline Activity Args
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)