AwsLocalstackAccountModuleSchema
Index
Properties
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 primary endpoint URL for LocalStack services. This is used for most AWS services when communicating with LocalStack. Defaults to the standard LocalStack endpoint.
optionalendpointS3
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.
AwsLocalstackAccountModuleSchema
is the input schema for theAwsLocalstackAccountModule
module. This schema defines the required and optional inputs for setting up a LocalStack-based AWS account for testing and development purposes.Modules/Account/AwsLocalstackAccount
AwsLocalstackAccountModule to learn more about the
AwsLocalstackAccountModule
module.