Updates an OpenSearch Ingestion pipeline
Source:R/opensearchingestion_operations.R
opensearchingestion_update_pipeline.RdUpdates an OpenSearch Ingestion pipeline. For more information, see Updating Amazon OpenSearch Ingestion pipelines.
See https://www.paws-r-sdk.com/docs/opensearchingestion_update_pipeline/ for full documentation.
Usage
opensearchingestion_update_pipeline(
PipelineName,
MinUnits = NULL,
MaxUnits = NULL,
PipelineConfigurationBody = NULL,
LogPublishingOptions = NULL,
BufferOptions = NULL,
EncryptionAtRestOptions = NULL,
PipelineRoleArn = NULL
)Arguments
- PipelineName
[required] The name of the pipeline to update.
- MinUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
- MaxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs)
- PipelineConfigurationBody
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with
\\n.- LogPublishingOptions
Key-value pairs to configure log publishing.
- BufferOptions
Key-value pairs to configure persistent buffering for the pipeline.
- EncryptionAtRestOptions
Key-value pairs to configure encryption for data that is written to a persistent buffer.
- PipelineRoleArn
The Amazon Resource Name (ARN) of the IAM role that grants the pipeline permission to access Amazon Web Services resources.