Values.PipelineBlueprintSourceContainer for information about an OpenSearch Ingestion blueprint.
type nonrec t = {blueprintName : String_.t option;The name of the blueprint.
*)pipelineConfigurationBody : String_.t option;The YAML configuration of the blueprint.
*)displayName : String_.t option;The display name of the blueprint.
*)displayDescription : String_.t option;A description of the blueprint.
*)service : String_.t option;The name of the service that the blueprint is associated with.
*)useCase : String_.t option;The use case that the blueprint relates to.
*)}