idea-aws
    Preparing search index...

    Class SecretsManager

    A wrapper for AWS Secrets manager.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cache: Map<string, string> = ...
    client: SecretsManagerClient

    Methods

    • Get a secret string from the Secret Manager by its id.

      Parameters

      • secretId: string
      • options: { noCache?: boolean } = {}

      Returns Promise<string>