Pipeline Args
data class PipelineArgs(val logPublishingOptions: Output<PipelineLogPublishingOptionsArgs>? = null, val maxUnits: Output<Int>? = null, val minUnits: Output<Int>? = null, val pipelineConfigurationBody: Output<String>? = null, val pipelineName: Output<String>? = null, val tags: Output<List<PipelineTagArgs>>? = null, val vpcOptions: Output<PipelineVpcOptionsArgs>? = null) : ConvertibleToJava<PipelineArgs>
An OpenSearch Ingestion Service Data Prepper pipeline running Data Prepper.
Constructors
Link copied to clipboard
fun PipelineArgs(logPublishingOptions: Output<PipelineLogPublishingOptionsArgs>? = null, maxUnits: Output<Int>? = null, minUnits: Output<Int>? = null, pipelineConfigurationBody: Output<String>? = null, pipelineName: Output<String>? = null, tags: Output<List<PipelineTagArgs>>? = null, vpcOptions: Output<PipelineVpcOptionsArgs>? = null)