PipelineArgs

constructor(bufferOptions: Output<PipelineBufferOptionsArgs>? = null, encryptionAtRestOptions: Output<PipelineEncryptionAtRestOptionsArgs>? = null, logPublishingOptions: Output<PipelineLogPublishingOptionsArgs>? = null, maxUnits: Output<Int>? = null, minUnits: Output<Int>? = null, pipelineConfigurationBody: Output<String>? = null, pipelineName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcOptions: Output<PipelineVpcOptionsArgs>? = null)