idea-aws
Preparing search index...
SecretsManager
Class SecretsManager
A wrapper for AWS Secrets manager.
Index
Constructors
constructor
Properties
cache
client
Methods
get
String
By
Id
Constructors
constructor
new
SecretsManager
()
:
SecretsManager
Returns
SecretsManager
Properties
Protected
cache
cache
:
Map
<
string
,
string
>
= ...
client
client
:
SecretsManagerClient
Methods
get
String
By
Id
getStringById
(
secretId
:
string
,
options
?:
{
noCache
?:
boolean
}
,
)
:
Promise
<
string
>
Get a secret string from the Secret Manager by its id.
Parameters
secretId
:
string
options
:
{
noCache
?:
boolean
}
= {}
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cache
client
Methods
get
String
By
Id
idea-aws
Loading...
A wrapper for AWS Secrets manager.