Type Alias v1_AWSProvider

v1_AWSProvider: { profile?: string; region?: string }

Type declaration

  • Optionalprofile?: string

    The profile to be used to interact with AWS Secrets Manager. If not set, the default profile created with aws configure will be used.

  • Optionalregion?: string

    AWS Region to be used to interact with AWS Secrets Manager. Examples are us-east-1, us-west-2, etc.