View source: R/secrets_manager.R
construct_db_secret | R Documentation |
Construct a database secret string or raw version of it
construct_db_secret(
engine,
host = "",
username = "",
password = "",
dbname = "",
port = "",
as = "string"
)
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" |
https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_secret_json_structure.html # nolint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.