Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharedConfigInit

Hierarchy

Index

Properties

Optional configFilepath

configFilepath: undefined | string

The path at which to locate the ini config file. Defaults to the value of the AWS_CONFIG_FILE environment variable (if defined) or ~/.aws/config otherwise.

Optional filepath

filepath: undefined | string

The path at which to locate the ini credentials file. Defaults to the value of the AWS_SHARED_CREDENTIALS_FILE environment variable (if defined) or ~/.aws/credentials otherwise.

Optional ignoreCache

ignoreCache: undefined | false | true

Configuration files are normally cached after the first time they are loaded. When this property is set, the provider will always reload any configuration files loaded before.

Optional preferredFile

preferredFile: "config" | "credentials"

The preferred shared ini file to load the config. "config" option refers to the shared config file(defaults to ~/.aws/config). "credentials" option refers to the shared credentials file(defaults to ~/.aws/credentials)

Optional profile

profile: undefined | string

The configuration profile to use.