/**
 * All IAM policy actions for Amazon RDS IAM Authentication (RDS-DB)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrdsiamauthentication.html
 *
 * 2025-02-24T21:49:21.986Z
 */
export declare enum AwsRdsDbActions {
    /**
     * Allows IAM role or user to connect to RDS database
     *
     * See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.IAMPolicy.html
     */
    connect = "rds-db:connect"
}
