timestream:ExecuteScheduledQuery

Write

timestream:ExecuteScheduledQuery is a Write access-level action in the timestream service. Grants permission to execute a scheduled query in your account

Resource types

ARNs that timestream:ExecuteScheduledQuery can be scoped to in an IAM policy.

arn:${Partition}:timestream:${Region}:${Account}:scheduled-query/${ScheduledQueryName}
scheduled-query

Condition keys

Keys you can use in the Condition block of a policy that grants timestream:ExecuteScheduledQuery.

aws:ResourceTag/${TagKey} String

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

Dependent actions

To use timestream:ExecuteScheduledQuery you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowTimestreamExecuteScheduledQuery",
      "Effect": "Allow",
      "Action": "timestream:ExecuteScheduledQuery",
      "Resource": "*"
    }
  ]
}

Related actions in timestream

View all timestream actions →