idea-aws
    Preparing search index...

    Class SystemsManager

    A wrapper for AWS Systems Manager (SSM).

    Index

    Constructors

    Properties

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

    Methods

    • Get a parameter by its name (path).

      Parameters

      • name: string
      • options: { noCache?: boolean; withDecryption?: boolean } = {}

      Returns Promise<string>

    • Get a parameter (with decryption) by its name (path).

      Parameters

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

      Returns Promise<string>