timestream-influxdb:UpdateDbInstance

Write

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

Resource types

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

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

Condition keys

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

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

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

Related actions in timestream-influxdb

View all timestream-influxdb actions →