pipelines
Retrieves a list of pipelines
in a region
Overview
Name | pipelines |
Type | Resource |
Description | pipelines |
Id | awscc.osis.pipelines |
Fields
Name | Datatype | Description |
---|---|---|
pipeline_arn | string | The Amazon Resource Name (ARN) of the pipeline. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
pipeline_arn
FROM awscc.osis.pipelines
WHERE region = 'us-east-1'
Permissions
To operate on the pipelines
resource, the following permissions are required:
Create
osis:CreatePipeline,
osis:GetPipeline,
osis:TagResource,
osis:ListTagsForResource,
iam:PassRole,
iam:CreateServiceLinkedRole,
logs:CreateLogDelivery,
kms:DescribeKey
List
osis:ListPipelines