timestream:DescribeDatabase is a Read access-level action in the timestream service. Grants permission to describe a database in your account
ARNs that timestream:DescribeDatabase can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants timestream:DescribeDatabase.
Filters access by tag key-value pairs attached to the resource
To use timestream:DescribeDatabase you may also need to grant:
A minimal policy that allows timestream:DescribeDatabase. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowTimestreamDescribeDatabase",
"Effect": "Allow",
"Action": "timestream:DescribeDatabase",
"Resource": "*"
}
]
}