Procedures
Automation procedures in the AWS Secrets Manager BDK Book.
Make sure to add the AWS Secrets Manager BDK Book to your agent before using these automation procedures.
to get a (secret) from secrets manager
Retrieves a secret from AWS Secrets Manager
Input Concepts
Concept
Description
Type
Required
Default Value
secret name
The name or ARN of the secret to retrieve
text
Yes
Output Concepts
Concept
Description
Type
secret
the secret: The secret value as a dictionary
`` or text
to list (secrets) from secrets manager
Lists all secrets available in AWS Secrets Manager
Input Concepts
Concept
Description
Type
Required
Default Value
max results
The maximum number of secrets to return (default: 100)
number
No
100
Output Concepts
Concept
Description
Type
Last updated
Was this helpful?