CreatePipelineRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key-value pairs to configure persistent buffering for the pipeline.

Link copied to clipboard

Key-value pairs to configure encryption for data that is written to a persistent buffer.

Link copied to clipboard

Key-value pairs to configure log publishing.

Link copied to clipboard

The maximum pipeline capacity, in Ingestion Compute Units (ICUs).

Link copied to clipboard

The minimum pipeline capacity, in Ingestion Compute Units (ICUs).

Link copied to clipboard

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.

Link copied to clipboard

The name of the OpenSearch Ingestion pipeline to create. Pipeline names are unique across the pipelines owned by an account within an Amazon Web Services Region.

Link copied to clipboard
val tags: List<Tag>?

List of tags to add to the pipeline upon creation.

Link copied to clipboard

Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion creates the pipeline with a public endpoint.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String