Skip to main content

AwsMotoAccountModuleSchema

AwsMotoAccountModuleSchema is the input schema for the AwsMotoAccountModule module. This schema defines the required and optional inputs for setting up a Moto-based AWS account for unit testing purposes.

@group

Modules/Account/AwsMotoAccount

@see

AwsMotoAccountModule to learn more about the AwsMotoAccountModule module.

Index

Properties

Properties

app

app: App = ...

The App instance that this account will be associated with. This establishes the parent-child relationship between the app and the account.

optionalendpoint

endpoint?: string = ...

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.

Page Options