AWS::OSIS::PipelineBlueprintAn OpenSearch Ingestion blueprint, which is a preconfigured template for creating an ingestion pipeline.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BlueprintName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the pipeline blueprint. |
DisplayDescription | string | A description of the blueprint. |
DisplayName | string | The display name of the blueprint. |
PipelineConfigurationBody | string | The YAML configuration of the blueprint. |
Service | string | The name of the service that the blueprint is associated with. |
UseCase | string | The use case that the blueprint relates to. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OSIS::PipelineBlueprint
Resources:
MyResource:
Type: AWS::OSIS::PipelineBlueprint
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
osis:GetPipelineBlueprintosis:ListPipelineBlueprintsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BlueprintName