Skip to main content

pipeline

Gets an individual pipeline resource

Overview

Namepipeline
TypeResource
Descriptionpipeline
Idawscc.iotanalytics.pipeline

Fields

NameDatatypeDescription
idstring
pipeline_namestring
tagsarray
pipeline_activitiesarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
pipeline_name,
tags,
pipeline_activities
FROM awscc.iotanalytics.pipeline
WHERE data__Identifier = '<PipelineName>';

Permissions

To operate on the pipeline resource, the following permissions are required:

Read

iotanalytics:DescribePipeline,
iotanalytics:ListTagsForResource

Update

iotanalytics:UpdatePipeline,
iotanalytics:TagResource,
iotanalytics:UntagResource

Delete

iotanalytics:DeletePipeline