AwsMotoAccountModuleSchema
Index
Properties
app
The App
instance that this account will be associated with.
This establishes the parent-child relationship between the app and the account.
optionalendpoint
The endpoint URL for Moto server services. This is used for AWS services when communicating with Moto mock server. Defaults to the standard Moto server endpoint.
AwsMotoAccountModuleSchema
is the input schema for theAwsMotoAccountModule
module. This schema defines the required and optional inputs for setting up a Moto-based AWS account for unit testing purposes.Modules/Account/AwsMotoAccount
AwsMotoAccountModule to learn more about the
AwsMotoAccountModule
module.