Pipeline

class Pipeline

Information about an existing OpenSearch Ingestion pipeline.

Types

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

Properties

Link copied to clipboard

Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.

Link copied to clipboard

The date and time when the pipeline was created.

Link copied to clipboard

Options to control how OpenSearch encrypts all data-at-rest.

Link copied to clipboard

The ingestion endpoints for the pipeline, which you can send data to.

Link copied to clipboard

The date and time when the pipeline was last updated.

Link copied to clipboard

Key-value pairs that represent log publishing settings.

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 Amazon Resource Name (ARN) of the pipeline.

Link copied to clipboard

The Data Prepper pipeline configuration in YAML format.

Link copied to clipboard

The name of the pipeline.

Link copied to clipboard

A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.

Link copied to clipboard

The current status of the pipeline.

Link copied to clipboard

The reason for the current status of the pipeline.

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

A list of tags associated with the given pipeline.

Link copied to clipboard

The VPC interface endpoints that have access to the pipeline.

Functions

Link copied to clipboard
inline fun copy(block: Pipeline.Builder.() -> Unit = {}): Pipeline
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