[
    {
        "Effect": "Allow",
        "Action": [
            "rds:Describe*",
            "rds:List*"
        ],
        "Resource": [
            "*"
        ]
    }
]