AwsLocalstackAccountModule
Hierarchy
- AModule<AwsLocalstackAccountModuleSchema, AwsLocalstackAccount>- AwsLocalstackAccountModule
 
Index
Constructors
Properties
Methods
Constructors
constructor
- Parameters- moduleId: string
 - Returns AwsLocalstackAccountModule
Properties
readonlyinheritedmoduleId
staticreadonlyinheritedMODULE_PACKAGE
staticreadonlyinheritedMODULE_SCHEMA
Methods
onInit
- Parameters- inputs: AwsLocalstackAccountModuleSchema
 - Returns Promise<AwsLocalstackAccount>
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- inputs: AwsLocalstackAccountModuleSchema
 - Returns Promise<Record<string, unknown>>
AwsLocalstackAccountModuleis a LocalStack-based AWS account module that provides an implementation for theAccountmodel. This module is specifically designed for testing and development environments using LocalStack, creating an AWS account with predefined credentials and endpoints for local development.TypeScript
Modules/Account/AwsLocalstackAccount
Accountmodel.