rds:DescribeDBProxyTargets is a List access-level action in the rds service. Grants permission to view database proxy target details
ARNs that rds:DescribeDBProxyTargets can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants rds:DescribeDBProxyTargets.
Filters access by the set of tag key-value pairs attached to the resource
A minimal policy that allows rds:DescribeDBProxyTargets. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRdsDescribeDBProxyTargets",
"Effect": "Allow",
"Action": "rds:DescribeDBProxyTargets",
"Resource": "*"
}
]
}