Procedures

Automation procedures in the AWS Secrets Manager BDK Book.

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

A list of Secret objects (without the actual secret values)

aws secret information

Last updated

Was this helpful?