Skip to contents

Get information for all RDS instances

Usage

aws_db_rds_list()

Value

a tibble of instance details; see https://www.paws-r-sdk.com/docs/describe_db_instances/

an empty tibble if no instances found

Examples

if (FALSE) { # interactive()
aws_db_rds_list()
}