Skip to content

List Pipeline Blueprints

opensearchingestion_list_pipeline_blueprints R Documentation

Retrieves a list of all available blueprints for Data Prepper

Description

Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline.

Usage

opensearchingestion_list_pipeline_blueprints()

Value

A list with the following syntax:

list(
  Blueprints = list(
    list(
      BlueprintName = "string",
      DisplayName = "string",
      DisplayDescription = "string",
      Service = "string",
      UseCase = "string"
    )
  )
)

Request syntax

svc$list_pipeline_blueprints()