timestream-influxdb:RebootDbInstance

Write

timestream-influxdb:RebootDbInstance is a Write access-level action in the timestream-influxdb service. Grants permission to reboot a Timestream InfluxDB instance

Resource types

ARNs that timestream-influxdb:RebootDbInstance can be scoped to in an IAM policy.

arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-instance/${DbInstanceIdentifier}
db-instance

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by a tag key and value pair of a resource

Example IAM policy

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

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

Related actions in timestream-influxdb

View all timestream-influxdb actions →