AwsCredentialsAccountModule
Hierarchy
- AModule<AwsCredentialsAccountModuleSchema, AwsCredentialsAccount>
- AwsCredentialsAccountModule
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
moduleId: string
Returns AwsCredentialsAccountModule
Properties
readonlyinheritedmoduleId
staticreadonlyinheritedMODULE_PACKAGE
staticreadonlyinheritedMODULE_SCHEMA
Methods
onInit
Parameters
Returns Promise<AwsCredentialsAccount>
inheritedregisterHooks
Returns { postCommitHooks?: PostHookSignature[]; postModelActionHooks?: PostHookSignature[]; postResourceActionHooks?: PostHookSignature[]; preCommitHooks?: PreHookSignature[]; preModelActionHooks?: PreHookSignature[]; preResourceActionHooks?: PreHookSignature[] }
optionalpostCommitHooks?: PostHookSignature[]
optionalpostModelActionHooks?: PostHookSignature[]
optionalpostResourceActionHooks?: PostHookSignature[]
optionalpreCommitHooks?: PreHookSignature[]
optionalpreModelActionHooks?: PreHookSignature[]
optionalpreResourceActionHooks?: PreHookSignature[]
inheritedregisterMetadata
Parameters
Returns Promise<Record<string, unknown>>
AwsCredentialsAccountModuleis a credentials-based AWS account module that provides an implementation for theAccountmodel. This module allows you to configure AWS account access using explicit AWS credentials (Access Key ID and Secret Access Key). It supports both real AWS accounts and custom endpoints for testing environments.TypeScript
Modules/Account/AwsCredentialsAccount
Accountmodel.