construct_db_secret {sixtyfour} | R Documentation |
Construct a database secret string or raw version of it
Description
Construct a database secret string or raw version of it
Usage
construct_db_secret(
engine,
host = "",
username = "",
password = "",
dbname = "",
port = "",
as = "string"
)
Arguments
engine , host , username , password , dbname , port |
supply parameters to go into either a json string or raw version of the json string |
as |
(character) one of "string" or "raw" |
References
https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_secret_json_structure.html # nolint
[Package sixtyfour version 0.2.0 Index]