Skip to main content

AwsLocalstackAccountModuleSchema

AwsLocalstackAccountModuleSchema is the input schema for the AwsLocalstackAccountModule module. This schema defines the required and optional inputs for setting up a LocalStack-based AWS account for testing and development purposes.

@group

Modules/Account/AwsLocalstackAccount

@see

AwsLocalstackAccountModule to learn more about the AwsLocalstackAccountModule module.

Index

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 primary endpoint URL for LocalStack services. This is used for most AWS services when communicating with LocalStack. Defaults to the standard LocalStack endpoint.

optionalendpointS3

endpointS3?: string = ...

The specific endpoint URL for S3 services in LocalStack. This allows for separate configuration of S3 endpoints when needed. Defaults to the LocalStack S3 endpoint with domain-style bucket access.

Page Options