aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
17 lines (16 loc) • 512 B
TypeScript
/**
* 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"
}