iotanalytics:CreateDatasetContent

Write

iotanalytics:CreateDatasetContent is a Write access-level action in the iotanalytics service. Generates content from the specified dataset (by executing the dataset actions)

Resource types

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

arn:${Partition}:iotanalytics:${Region}:${Account}:dataset/${DatasetName}
dataset

Condition keys

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

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:CreateDatasetContent. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in iotanalytics

View all iotanalytics actions →