pipeline
Gets an individual pipeline
resource
Overview
Name | pipeline |
Type | Resource |
Description | pipeline |
Id | awscc.iotanalytics.pipeline |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
pipeline_name | string | |
tags | array | |
pipeline_activities | array | |
region | string | AWS 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