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¶
Value¶
A list with the following syntax:
list(
Blueprints = list(
list(
BlueprintName = "string",
DisplayName = "string",
DisplayDescription = "string",
Service = "string",
UseCase = "string"
)
)
)