AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTAnalytics::Pipeline

IoTAnalytics Pipeline

Resource Type definition for AWS::IoTAnalytics::Pipeline

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
PipelineActivities
Array<Activity>
Required
PipelineName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTAnalytics::Pipeline

Resources:
  MyResource:
    Type: AWS::IoTAnalytics::Pipeline
    Properties:
      PipelineActivities: []
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iotanalytics:CreatePipeline

read

iotanalytics:DescribePipelineiotanalytics:ListTagsForResource

update

iotanalytics:UpdatePipelineiotanalytics:TagResourceiotanalytics:UntagResource

delete

iotanalytics:DeletePipeline

list

iotanalytics:ListPipelines

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

ServiceIoTAnalytics
Properties4
Required1
TaggingNot supported
Primary IDPipelineName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

PipelineName

Related Resources

External Links