Home > @world-wide-lab/deploy > WwlAwsDeploymentConfig
WwlAwsDeploymentConfig interface
Signature:
export interface WwlAwsDeploymentConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | (Optional) The port on which the container will listen. | ||
number | (Optional) The number of CPU units to allocate for the app. | ||
boolean | (Optional) Whether to enable deletion protection for the database. | ||
number | (Optional) The maximum number of instances to run (for autoscaling). | ||
number | (Optional) The amount of memory (in MiB) to allocate for the app. | ||
number | (Optional) The minimum number of instances to run (for autoscaling). | ||
string | The password for the database connection. | ||
string | The username for the database connection. | ||
string | The default email for the WWL admin authentication. | ||
string | The default password for the WWL admin authentication. | ||
string | The session secret for the WWL admin authentication. | ||
string | The default API key for the WWL application. |