Pipeline Properties Args
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