GetPipelineResult

data class GetPipelineResult(val bufferOptions: PipelineBufferOptions? = null, val encryptionAtRestOptions: PipelineEncryptionAtRestOptions? = null, val ingestEndpointUrls: List<String>? = null, val logPublishingOptions: PipelineLogPublishingOptions? = null, val maxUnits: Int? = null, val minUnits: Int? = null, val pipelineArn: String? = null, val pipelineConfigurationBody: String? = null, val tags: List<Tag>? = null, val vpcEndpoints: List<PipelineVpcEndpoint>? = null)

Constructors

Link copied to clipboard
constructor(bufferOptions: PipelineBufferOptions? = null, encryptionAtRestOptions: PipelineEncryptionAtRestOptions? = null, ingestEndpointUrls: List<String>? = null, logPublishingOptions: PipelineLogPublishingOptions? = null, maxUnits: Int? = null, minUnits: Int? = null, pipelineArn: String? = null, pipelineConfigurationBody: String? = null, tags: List<Tag>? = null, vpcEndpoints: List<PipelineVpcEndpoint>? = null)

Types

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 . For more information, see Persistent buffering .

Link copied to clipboard

Options to control how OpenSearch encrypts buffer data.

Link copied to clipboard

A list of endpoints that can be used for ingesting data into a pipeline

Link copied to clipboard

Key-value pairs that represent log publishing settings.

Link copied to clipboard
val maxUnits: Int? = null

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

Link copied to clipboard
val minUnits: Int? = null

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

Link copied to clipboard
val pipelineArn: String? = null

The Amazon Resource Name (ARN) of the pipeline.

Link copied to clipboard

The Data Prepper pipeline configuration.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard

The VPC interface endpoints that have access to the pipeline.