iotanalytics:CreatePipeline

Write

iotanalytics:CreatePipeline is a Write access-level action in the iotanalytics service. Creates a pipeline

Resource types

ARNs that iotanalytics:CreatePipeline can be scoped to in an IAM policy.

arn:${Partition}:iotanalytics:${Region}:${Account}:pipeline/${PipelineName}
pipeline

Condition keys

Keys you can use in the Condition block of a policy that grants iotanalytics:CreatePipeline.

aws:RequestTag/${TagKey} String

Filters access based on the tags that are passed in the request

aws:TagKeys ArrayOfString

Filters access based on the presence of tag keys in the request

iotanalytics:ResourceTag/${TagKey} String

Filters access by the tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows iotanalytics:CreatePipeline. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowIotanalyticsCreatePipeline",
      "Effect": "Allow",
      "Action": "iotanalytics:CreatePipeline",
      "Resource": "*"
    }
  ]
}

Related actions in iotanalytics

View all iotanalytics actions →