timestream-influxdb:ListDbInstancesForCluster

Read

timestream-influxdb:ListDbInstancesForCluster is a Read access-level action in the timestream-influxdb service. Grants permission to list information about all Timestream InfluxDB Instances belonging to a cluster

Resource types

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

arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-cluster/${DbClusterId}
db-cluster

Condition keys

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

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

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

Related actions in timestream-influxdb

View all timestream-influxdb actions →