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
ARNs that timestream-influxdb:ListDbInstancesForCluster can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants timestream-influxdb:ListDbInstancesForCluster.
Filters access by a tag key and value pair of a resource
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": "*"
}
]
}