PipelineSummary

Summary information for an OpenSearch Ingestion pipeline.

Types

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

Properties

Link copied to clipboard

The date and time when the pipeline was created.

Link copied to clipboard

A list of destinations to which the pipeline writes data.

Link copied to clipboard

The date and time when the pipeline was last updated.

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 name of the pipeline.

Link copied to clipboard

The current status of the pipeline.

Link copied to clipboard

Information about a pipeline's current status.

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

A list of tags associated with the given pipeline.

Functions

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