PipelinePropertiesArgs

data class PipelinePropertiesArgs(val displayName: Output<String>? = null, val flowTypes: Output<List<Either<String, FlowType>>>? = null, val policies: Output<List<String>>? = null, val remoteCloud: Output<String>, val subscribers: Output<List<SubscriberArgs>>? = null) : ConvertibleToJava<PipelinePropertiesArgs>

Properties of pipeline

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, flowTypes: Output<List<Either<String, FlowType>>>? = null, policies: Output<List<String>>? = null, remoteCloud: Output<String>, subscribers: Output<List<SubscriberArgs>>? = null)

Properties

Link copied to clipboard
val displayName: Output<String>? = null

Display name of this pipeline

Link copied to clipboard
val flowTypes: Output<List<Either<String, FlowType>>>? = null

The flow types allowed for this pipeline

Link copied to clipboard
val policies: Output<List<String>>? = null

The policies for this pipeline

Link copied to clipboard
val remoteCloud: Output<String>

Remote cloud of the data to be transferred or received

Link copied to clipboard
val subscribers: Output<List<SubscriberArgs>>? = null

Subscribers of this resource

Functions

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