AWS Fundamentals Logo
AWS Fundamentals
AWS::OSIS::PipelineBlueprint

OSIS PipelineBlueprint

An OpenSearch Ingestion blueprint, which is a preconfigured template for creating an ingestion pipeline.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
BlueprintName
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the pipeline blueprint.
DisplayDescriptionstringA description of the blueprint.
DisplayNamestringThe display name of the blueprint.
PipelineConfigurationBodystringThe YAML configuration of the blueprint.
ServicestringThe name of the service that the blueprint is associated with.
UseCasestringThe use case that the blueprint relates to.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OSIS::PipelineBlueprint

Resources:
  MyResource:
    Type: AWS::OSIS::PipelineBlueprint
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

osis:GetPipelineBlueprint

list

osis:ListPipelineBlueprints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOSIS
Properties7
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

BlueprintName

Related Resources

External Links