get_creds: Get credentials

Description Usage Arguments Value

View source: R/creds.R

Description

Get credentials

Usage

1
2
get_creds(dbname = "main-app", cache = FALSE,
  cache_folder = "~/.datacamp", ...)

Arguments

dbname

character string specifying the database you want to get the credentials for. Use get_databases to get a list of available databases.

cache

boolean that specifies whether or not to fetch and store the credentials in a local cache.

cache_folder

if caching is enabled, where to store and fetch the credentials

...

Extra arguments passed to aws, such as profile or region

Value

list with credentials for specified database


datacamp/dbconnectr documentation built on Nov. 30, 2021, 1:53 a.m.