AwsIniAccountModule
Hierarchy
- unknown<AwsIniAccountModuleSchema, AwsIniAccount>
- AwsIniAccountModule
Index
Constructors
Methods
Constructors
constructor
Returns AwsIniAccountModule
Methods
onInit
Parameters
inputs: AwsIniAccountModuleSchema
Returns Promise<AwsIniAccount>
AwsIniAccountModuleis an INI-based AWS account module that provides an implementation for theAccountmodel. This module allows you to configure AWS account access using AWS credential profiles from INI files (typically ~/.aws/credentials or ~/.aws/config). It's useful for development environments where credentials are managed through AWS CLI or SDK configuration files.TypeScript
Modules/Account/AwsIniAccount
Accountmodel.