aws-secrets-0.0.0.0: Fetch data from AWS Secrets Manager
Safe HaskellSafe-Inferred
LanguageGHC2021

AWS.Secrets.Config

Description

This library uses the AWS Command Line Interface. By default, this is expected to be found as an executable called "aws" on the binary PATH. This can be customized using setAwsCli.

Synopsis

Documentation

Region

newtype AwsRegion Source #

Constructors

AwsRegion Text 

AWS command-line tool

newtype AwsCli Source #

Constructors

AwsCli FilePath